How to resize a system window

조회 수: 8 (최근 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 CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by