Plot two different rows in x and y

조회 수: 19 (최근 30일)
Espen Mikkelsen
Espen Mikkelsen 2018년 3월 16일
답변: Birdman 2018년 3월 16일
I have a Matrix 2x15. I want to plot row 1 in the x-axis and row 2 in the y-axis. How can I do?

채택된 답변

Birdman
Birdman 2018년 3월 16일
plot(a(1,:),a(2,:))

추가 답변 (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