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!