필터 지우기
필터 지우기

plot some lines only

조회 수: 1 (최근 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 CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by