How to change the range of the axis in app designer?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!