how can plot a matix?
5 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
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 件のコメント
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 Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!