How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Harshit
am 15 Nov. 2012
Hi you can just use it
plot(x(:,1),x ,'o')
2 Kommentare
Walter Roberson
am 18 Nov. 2012
What format is the time column in? What is a typical value, and what does that value represent?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Filter Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!