필터 지우기
필터 지우기

Plotting specified columns using plot function

조회 수: 2 (최근 30일)
Mohammad Daud
Mohammad Daud 2019년 1월 29일
댓글: Kevin Phung 2019년 1월 30일
if I have a matrix that is A(33x120), how would you plot column 3 vs. columns 25,27,30,32,35 in one syntax?
thanks

채택된 답변

Kevin Phung
Kevin Phung 2019년 1월 29일
편집: Kevin Phung 2019년 1월 29일
plot(A(:,3),A(:,[25 27 30 32 35]))
  댓글 수: 2
Mohammad Daud
Mohammad Daud 2019년 1월 30일
Thanks :D
Kevin Phung
Kevin Phung 2019년 1월 30일
youre welcome :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by