Plot two different rows in x and y

19 vues (au cours des 30 derniers jours)
Espen Mikkelsen
Espen Mikkelsen le 16 Mar 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?

Réponse acceptée

Birdman
Birdman le 16 Mar 2018
plot(a(1,:),a(2,:))

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by