Problem with plotting a 2D graph

1 次查看(过去 30 天)
Hi :) ,
I have problem when I plot a graph. The graph goes from right to left ! while it should go from left to right . That means my X-axis is reversed. When I tick the Reverse box for the X-axis in the axis properties, it goes on the right way ( from left to right ).
But the problem is that when I plot any graph again, it goes from right to left again :( .
How can I make it always goes from left to right !!
Thanks for reading and your help is appreciated ^_^ .
H.MBK

回答(2 个)

Star Strider
Star Strider 2014-4-3
From the Axis Properties documentation:
set(gca,'XDir','reverse')
  5 个评论
Star Strider
Star Strider 2014-4-3
Thank you for uploading the plots.
It is plotting correctly, with monotonically-increasing values of Input on the x-axis. If you want the axes reversed, you have to add:
set(gca,'XDir','reverse')
in each plot in which you want them reversed, as I mentioned originally.

请先登录,再进行评论。


Dishant Arora
Dishant Arora 2014-4-3
get(gca,'Xdir') % see what it says, it must be reversed
set(gca,'Xdir','normal') % sets the axis back to normal
  4 个评论
Hassan Al-Mubarak
编辑:Hassan Al-Mubarak 2014-4-3
ahaaaaaaaaaa
its a problem with the code ( it is too long I forgot to change the values order with this new computer >_< , so I thought there is a problem in this computer ) ... Thanks all
I really appreciate your help
god bless you ^_^
Thanks :)
Image Analyst
Image Analyst 2014-4-4
编辑:Image Analyst 2014-4-4
Please mark the best Answer as "Accepted". You can only "Accept" one.

请先登录,再进行评论。

类别

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