How to change the range of the axis in app designer?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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);
0 Kommentare
Antworten (0)
Siehe auch
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!