Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Junghak
Junghak am 19 Dez. 2014
Bearbeitet: Azzi Abdelmalek am 19 Dez. 2014
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?

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by