フィルターのクリア

how can plot a matix?

1 回表示 (過去 30 日間)
Joseph
Joseph 2015 年 7 月 30 日
コメント済み: dpb 2015 年 7 月 30 日
i have a 150*9 matrix, with random numbers in the matrix. i want to plot this matrix, for example scatter plot would be proper. could any one please tell me how can i plot this matrix?
thanyou

採用された回答

dpb
dpb 2015 年 7 月 30 日
Plot what against what? Who's independent variable, who's dependent? Simply against observation number just use
plot(1:length(x),x)
where x is your data matrix
  2 件のコメント
Joseph
Joseph 2015 年 7 月 30 日
thank you, this helped
dpb
dpb 2015 年 7 月 30 日
OBTW, for a scatter plot you can use scatter instead of plot; reflex ended up with the former inadvertently.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by