How to set default aspect ratio of 2D-3D plot in Matlab
조회 수: 1 (최근 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!