plot graph from array
显示 更早的评论
i got an array of 100 raws and 9 colms . how can i plot the data from this array ?
回答(1 个)
Guillaume
2017-3-17
0 个投票
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 个评论
tomer polsky
2017-3-18
Guillaume
2017-3-18
plot(yourmatrix(:, 1), yourmatrix(:, 2));
would plot each of column 2-9 against column 1.
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!