MATLABのFigureが画面外にPopupする問題の解決
その場しのぎ
ここの記事の手法が参考になった。
僕の場合,Figureを表示すると画面外にFigureが出て来る問題をいつしか抱えていたのだが。
set(0,'DefaultFigureWindowStyle','docked')
とやって解決することが出来た。
MATLAB公式の質問にも似たような話がある。
https://jp.mathworks.com/matlabcentral/answers/67553-controlling-matlab-figure-pop-up-location
出現位置制御
以下のようにして私は現在図の出現位置を調整している。matlabのどこか深い所でディスプレイの座標を読み違えているんだろうけどこれは結構面倒だ。
set(0, 'DefaultFigurePosition', [-1500 0 400 300]);
Author And Source
この問題について(MATLABのFigureが画面外にPopupする問題の解決), 我々は、より多くの情報をここで見つけました https://qiita.com/ossyaritoori/items/53f99de6d5d7500253d6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .