Plotting interval of a set of data
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi There,
I have a set of data that i am importing. The total data is for example 500. I would like to plot the first 100 points for example. How could i do that?
Please help
Thank you,
0 comentarios
Respuestas (1)
the cyclist
el 6 de Dic. de 2012
Editada: the cyclist
el 6 de Dic. de 2012
plot(x(1:100))
0 comentarios
Ver también
Categorías
Más información sobre Line Plots 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!