フィルターのクリア

How can i make a dynamic GUI in Guide?

4 ビュー (過去 30 日間)
Cordelle
Cordelle 2013 年 7 月 2 日
I am having issues making my GUI dynamic. Currently, I can resize my GUI; however, when i make the GUI bigger the tables in the GUI do not increase in size as well.
Any suggestions will be great
thanks,
Cordelle

採用された回答

Jan
Jan 2013 年 7 月 3 日
編集済み: Jan 2013 年 7 月 3 日
No, the table does change its size, when its units is set to normalized. But the sizes of the table's rows and columns do not change their size, such that the appearence is not changed. This is a "wanted feature" and you have to modify the column width manually in the figure's ResizeFcn. Because this is not trivial, I'd suggest to send an enhancement request to TMW.

その他の回答 (1 件)

Image Analyst
Image Analyst 2013 年 7 月 2 日
Type control-A to select all the controls. Double click on one of them to bring up Property inspector. Go to the Units property and set it equal to normalized. This works for all controls except those in a container like a panel (they don't get selected by control-a), for which you'll have to select the controls manually.
  1 件のコメント
Cordelle
Cordelle 2013 年 7 月 2 日
I have changed the unit properties to normalized and the my tables still won't change size when I alter the size of the entire GUI

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

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by