Problem with plotting a 2D graph

조회 수: 2 (최근 30일)
Hassan Al-Mubarak
Hassan Al-Mubarak 2014년 4월 3일
편집: Image Analyst 2014년 4월 4일
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
Hassan Al-Mubarak
Hassan Al-Mubarak 2014년 4월 3일
Hi Star Strider , OK (Y) I did :)
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일
편집: 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에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by