Keon Walters
Followers: 0 Following: 0
Feeds
提问
Vectorize comparing a column vector in a matrix to all other vectors in the matrix.
Hello, I am trying to take the difference between a column in a matrix to the rest of the matrix but I am trying to do it with...
2 years 前 | 2 个回答 | 0
2
个回答提问
If I have three graphs and I want to place them over one another so that their mean values align, and then want to create a trend line among those graphs how would I do this?
%example x=[1:0.03:500]; y=x^4; i=[100:0.01:600]; y2=x^2+30; plot(x,y,i,y2);
6 years 前 | 1 个回答 | 0