How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Harshit
on 15 Nov 2012
Hi you can just use it
plot(x(:,1),x ,'o')
2 Comments
Walter Roberson
on 18 Nov 2012
What format is the time column in? What is a typical value, and what does that value represent?
More Answers (0)
See Also
Categories
Find more on Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!