How to plot multiple lines in a 3d graph?
古いコメントを表示
Suppose I have a matrix 20x7200
So, I have 20 vectors with 7200 samples each. I want to plot a graph that consists of the 20 vectors side by side, with its size and its values.
Does anyone knows how to do it?
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2016 年 7 月 23 日
編集済み: Azzi Abdelmalek
2016 年 7 月 23 日
plot(M')
%Example
M=randi(10,4,20)
plot(M')
カテゴリ
ヘルプ センター および 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!