フィルターのクリア

How I plot a matrix wich each rows is a different curves on the graph?

2 ビュー (過去 30 日間)
HelpAStudent
HelpAStudent 2021 年 10 月 6 日
コメント済み: Chunru 2021 年 10 月 7 日
Hi, I have a 6x21 matrix. I want to plot it in one single graph in wich each rows is a different curves.

採用された回答

Chunru
Chunru 2021 年 10 月 6 日
a = randn(6, 21);
plot(a')
  2 件のコメント
HelpAStudent
HelpAStudent 2021 年 10 月 6 日
I have the value of the matrix, I do not need random value
Chunru
Chunru 2021 年 10 月 7 日
I don't have your value of the matrix, so I have to generate some data to demonstrate the plot :-)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by