Azzera filtri
Azzera filtri

plot some lines only

1 visualizzazione (ultimi 30 giorni)
Fani
Fani il 25 Ott 2014
Risposto: Azzi Abdelmalek il 25 Ott 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!

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by