Clear Filters
Clear Filters

plot some lines only

1 view (last 30 days)
Fani
Fani on 25 Oct 2014
Answered: Azzi Abdelmalek on 25 Oct 2014
Hi all!
I have two columns with 38 lines. I want to plot these columns, but some lines only. I want to plot the lines 1:14 and 26:38. How can i do this? Thank you!

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 25 Oct 2014
idx=[1:14 26:38]
plot(x(idx),y(idx))

More Answers (0)

Categories

Find more on Line 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!