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!

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 10 月 25 日

0 投票

idx=[1:14 26:38]
plot(x(idx),y(idx))

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLine Plots についてさらに検索

質問済み:

2014 年 10 月 25 日

回答済み:

2014 年 10 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by