How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Harshit
el 15 de Nov. de 2012
Hi you can just use it
plot(x(:,1),x ,'o')
2 comentarios
Walter Roberson
el 18 de Nov. de 2012
What format is the time column in? What is a typical value, and what does that value represent?
Más respuestas (0)
Ver también
Categorías
Más información sobre Filter Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!