How to plot a graph from matrix each row elements should start plotting from row number
古いコメントを表示
I want to plot a graph from a matrix which contains 12 rows and 150 columns. Each row element should start plotting from row number.

回答 (1 件)
madhan ravi
2019 年 9 月 9 日
編集済み: madhan ravi
2019 年 9 月 9 日
I'm not certain what you want though , see if the below satisfies your needs:
plot(matrix)
3 件のコメント
Arpita Chopra
2019 年 9 月 10 日
madhan ravi
2019 年 9 月 10 日
編集済み: madhan ravi
2019 年 9 月 10 日
For instance how do you want the graph for the below matrix:
matrix = [1,2;3,4] %?
Attach the desired graph screenshot.
Arpita Chopra
2019 年 9 月 10 日
カテゴリ
ヘルプ センター および 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!
