Plot two different rows in x and y

2 Ansichten (letzte 30 Tage)
Espen Mikkelsen
Espen Mikkelsen am 16 Mär. 2018
Beantwortet: Birdman am 16 Mär. 2018
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?

Akzeptierte Antwort

Birdman
Birdman am 16 Mär. 2018
plot(a(1,:),a(2,:))

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by