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

1 次查看(过去 30 天)
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