plot some lines only

3 ビュー (過去 30 日間)
Fani
Fani 2014 年 10 月 25 日
回答済み: Azzi Abdelmalek 2014 年 10 月 25 日
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 日
idx=[1:14 26:38]
plot(x(idx),y(idx))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by