Plot 12 waves in one plot
1 回表示 (過去 30 日間)
古いコメントを表示
I have a matrix "Mx" with size 12x1000. Each row contain certian wave.
I want to plot all the 12 waves in one plot window...
subplot not allowing all 12.
What to do ?
0 件のコメント
採用された回答
the cyclist
2011 年 9 月 8 日
Does
>> plot(Mx')
give you something like what you want? [Don't neglect the transpose of the array, or you will get 1000 lines instead of 12.]
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!