MATLAB/Figureウィンドウサイズの初期設定

MATLAB R2025aでは,figureウィンドウのデフォルトサイズが大きいので,
R2024b以前の仕様に戻したいときはstartup.mファイルに以下を追記する

set(groot, "defaultFigurePosition", [680 458 560 420])
set(groot, "defaultFigureWindowStyle", "normal")

参考

https://jp.mathworks.com/matlabcentral/answers/2175629-how-to-revert-the-figure-behavior-in-matlab-r2025a-and-newer-to-the-r2024b-style