Odd initial figure behavior in R2016b

1 回表示 (過去 30 日間)
William Vaughn
William Vaughn 2017 年 2 月 27 日
編集済み: Sindhu Priya 2017 年 3 月 7 日
Just installed matlab R2016b(64bit) on Fedora 25 and found that the figure command exhibits a strange behavior: the figure shows up in the top left corner of my screen momentarily and then jumps to the position set by 'DefaultFigurePosition'. Quite annoying. How do I get the figure to display in the right place initially?
  1 件のコメント
William Vaughn
William Vaughn 2017 年 2 月 27 日
A command such as "figure('Position',[800 650 560 420])" also displays the figure in top left corner before going to specified position. It seems that some internal setup procedure is prematurely displaying the figure.

サインインしてコメントする。

採用された回答

Sindhu Priya
Sindhu Priya 2017 年 3 月 7 日
編集済み: Sindhu Priya 2017 年 3 月 7 日
As MathWorks officially did not support all flavors of linux (check this link for supported platforms)
All functions may or may not work as expected.
Possible work around for the issue is,
copy the following command to startup.m file in MATLAB’s Startup Folder (or create a new 'startup.m' if one does not already exist)
>> set(0,'defaultfigureposition',[800 650 560 420]);
Regards,
Sindhu

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by