How to set default aspect ratio of 2D-3D plot in Matlab
2 ビュー (過去 30 日間)
古いコメントを表示
Hi ,
How can I set pbaspect([2.5 3.5 1]) in the startup.m file for every plot?
Thanks,
回答 (1 件)
Greg
2018 年 2 月 17 日
編集済み: Greg
2018 年 2 月 19 日
set(groot,'defaultAxesPlotboxAspectRatio',[2.5,3.5,1]);
set(groot,'defaultAxesPlotboxAspectRatioMode','manual');
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!