How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Harshit
il 15 Nov 2012
Hi you can just use it
plot(x(:,1),x ,'o')
2 Commenti
Walter Roberson
il 18 Nov 2012
What format is the time column in? What is a typical value, and what does that value represent?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Filter Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!