Plotting specified columns using plot function

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일

0 개 추천

plot(A(:,3),A(:,[25 27 30 32 35]))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2019년 1월 29일

댓글:

2019년 1월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by