Azzera filtri
Azzera filtri

How to open a simulink model in maximized mode through matlab command line?

9 visualizzazioni (ultimi 30 giorni)
Hi i used a command open_system('sys_nmae') to open a simulink modle. but this command open a simulink model in small sized window not as my monitor size. i want open a model in maximized mode through matlab command line as i attached in the image.

Risposta accettata

Andreas Goser
Andreas Goser il 25 Feb 2016
Modificato: Andreas Goser il 25 Feb 2016
In my experience, a model gets opened just in a way it was save last. Does it not preserve it in your case? What's your release and OS?
There might be better ways, but at least you can influence the location by using something like
set_param(bdroot,'Location',[x1 y1 x2 y2]);
and make this closed to waht you expect as maximized.
  1 Commento
sri prakash muniyandi
sri prakash muniyandi il 25 Feb 2016
hello andreas, thank you, this is the one i expected. for doing it in a generic way i used "get(0,'ScreenSize')" so it gives the screen size so that i can avoid hard-coding of my Location in
set_param(bdroot,'Location',[x1 y1 x2 y2]);

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by