plot graph from array
Ältere Kommentare anzeigen
i got an array of 100 raws and 9 colms . how can i plot the data from this array ?
Antworten (1)
Guillaume
am 17 Mär. 2017
0 Stimmen
Without you telling us more about what the data in that matrix represents and what you want to display out of it how can we tell you which is more adequate?
2 Kommentare
tomer polsky
am 18 Mär. 2017
Guillaume
am 18 Mär. 2017
plot(yourmatrix(:, 1), yourmatrix(:, 2));
would plot each of column 2-9 against column 1.
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!