change position of axes in graphical output

1 次查看(过去 30 天)
how to rotate x-axis to y-axis and y-axis to x-axis
  2 个评论
Jan
Jan 2016-5-4
Do you really want mirrored tick-labels?
Elysi Cochin
Elysi Cochin 2016-5-4
i want to view the graph in as in figure 2... ya i think it is mirrored....

请先登录,再进行评论。

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-5-4
instead of using plot(x,y) use plot(y,x), or (scatter).

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by