How to set default aspect ratio of 2D-3D plot in Matlab
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi ,
How can I set pbaspect([2.5 3.5 1]) in the startup.m file for every plot?
Thanks,
1 Kommentar
Antworten (1)
Greg
am 17 Feb. 2018
Bearbeitet: Greg
am 19 Feb. 2018
set(groot,'defaultAxesPlotboxAspectRatio',[2.5,3.5,1]);
set(groot,'defaultAxesPlotboxAspectRatioMode','manual');
Siehe auch
Kategorien
Mehr zu Annotations 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!