フィルターのクリア

How to resize a system window

6 ビュー (過去 30 日間)
Lucas S
Lucas S 2019 年 6 月 25 日
コメント済み: Lucas S 2019 年 6 月 25 日
Hello i would like to know how can i resize a system window.
I don't know why when i use open_system() my window is very little and i have to resize it manually each time i launch my script.
I tried to use 'Position' parameter in open_system() but doesn't exist.
Thanks you for helping !

採用された回答

Chinmay Anand
Chinmay Anand 2019 年 6 月 25 日
open_system('vdp');
set_param(gcs,'location',[47 100 1500 800]);
You can use the above code to change the screen size which is opened. But i don't know how useful it will be in your case. I think you can use set_param each time you use open_system.
  1 件のコメント
Lucas S
Lucas S 2019 年 6 月 25 日
That's perfect thank you !

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by