Plotting interval of a set of data

2 views (last 30 days)
Green Sal
Green Sal on 6 Dec 2012
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,

Answers (1)

the cyclist
the cyclist on 6 Dec 2012
Edited: the cyclist on 6 Dec 2012
plot(x(1:100))

Categories

Find more on 2-D and 3-D Plots 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!