フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

My Guide design interface is different from its running script? 2015b

1 回表示 (過去 30 日間)
Claude Lafond
Claude Lafond 2016 年 2 月 11 日
コメント済み: Walter Roberson 2016 年 2 月 11 日
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 2 月 11 日
It looks like it might be slightly bigger, but when you run it, what do the Units and Position properties of the figure show up as?
fig = findall(allchild(0), '-depth', 0, 'type', 'figure');
get(fig, 'Units')
get(fig, 'Position')

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by