필터 지우기
필터 지우기

upside down plot in GUI

조회 수: 2 (최근 30일)
Andrea Gil
Andrea Gil 2011년 7월 28일
Hi! I am programming a GUI which draws a plot from the values that the user gives, and once I already have a plot drawn, when I change the inputs so that the program draws a new one I sometimes get a plot upside down, and it doesn't make any sense because I have not programmed any function to rotate my plot or something similar, Any idea? Thanks!

답변 (1개)

Paulo Silva
Paulo Silva 2011년 7월 28일
You may have something like this
set(gca,'ydir','reverse')
on your code
  댓글 수: 2
Andrea Gil
Andrea Gil 2011년 7월 28일
no, I didn't write that. it is really weird. I just have a plot, and pretend to rewrite it each time, and although the code to be followed is exactly the same, it is drawn upside down...
Walter Roberson
Walter Roberson 2011년 7월 28일
We will need to see a code example.

댓글을 달려면 로그인하십시오.

카테고리

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