photo

Keon Walters


Last seen: 9 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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);

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort