plot graph from array
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i got an array of 100 raws and 9 colms . how can i plot the data from this array ?
0 comentarios
Respuestas (1)
Guillaume
el 17 de Mzo. de 2017
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 comentarios
Guillaume
el 18 de Mzo. de 2017
plot(yourmatrix(:, 1), yourmatrix(:, 2));
would plot each of column 2-9 against column 1.
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!