How to change the range of the axis in app designer?

1 Ansicht (letzte 30 Tage)
Kamil Tomiak
Kamil Tomiak am 5 Dez. 2017
Bearbeitet: Kamil Tomiak am 5 Dez. 2017
Hi, Im new to matlab and app designer, and i have no idea how to change the range of the axis to show all date and to have fix number on the axis not like now 6,5443 e10 but e.g. 6242432,43
X = [XPKP1, XKKP1, XSLK, XKKP2, XPKP2];
Y = [YPKP1, YKKP1, YSLK, YKKP2, YPKP2];
app.UIAxes.Visible ='on';
comet(app.UIAxes,Y,X);

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by