How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
1 回表示 (過去 30 日間)
古いコメントを表示
I have some data in workspace and I want to plot these data. How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
0 件のコメント
採用された回答
Harshit
2012 年 11 月 15 日
Hi you can just use it
plot(x(:,1),x ,'o')
2 件のコメント
Walter Roberson
2012 年 11 月 18 日
What format is the time column in? What is a typical value, and what does that value represent?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!