Plot two different rows in x and y

27 次查看(过去 30 天)
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 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by