Matlab- Given matrix X with xi samples, y binary column vector, and a vector w plot all these into 3d graph
问题 I have started to learn Machine Learning, and programming in matlab. I want to plot a matrix sized m*d where d=3 and m are the number of points. with y binary vector I'd like to color each point with blue/red. and plot a plane which is described with the vertical vector to it w. The problem I trying to solve is to give some kind of visual representation of the data and the linear predictor. All I know is how to single points with plot3, but no any number of points. Thanks. 回答1: Plot the