필터 지우기
필터 지우기

why the orientation of datatip is not changed using guide in 2014b

조회 수: 1 (최근 30일)
Junghak
Junghak 2014년 12월 19일
편집: Azzi Abdelmalek 2014년 12월 19일
It is very strange thing.
I just have made very simple gui using guide. There is just one axes and one pushbutton and one toolbar of data cursor. At the pushbutton callback there is very simple function code such as
ah1=handles.axes1;
x=1:10;
y=sin(x);
plot(ah1,x,y);
after that I put the datatip and try to change the orientation of datatip.
but its not changed.
I tried with lower version 2012a in that case its ok.
I wonder why this happen?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by