Is there a function to make Simulink window fullscreen in Matlab if it is not?

20 visualizaciones (últimos 30 días)
Hello everyone,
I am opening the model with script and I want it to be fullscreen, also need to autoscale is there any function to do that?
  1 comentario
Burak Bayram
Burak Bayram el 27 de Oct. de 2017
for autoscale, I guess fit to view works, like;
set_param(gcs, 'Zoomfactor', 'fit to view')
set_param(gcs, 'Zoomfactor, 'fitSystem')
I don't know how to make it fullscreen tho.

Iniciar sesión para comentar.

Respuesta aceptada

Birdman
Birdman el 27 de Oct. de 2017
In your Simulink Model, go to File->Model Properties->Model Properties. Enter Callbacks and PostLoadFcn and type this:
set_param(gcs,'Location',get(0,'ScreenSize'));
  3 comentarios
Birdman
Birdman el 27 de Oct. de 2017
I actually do not know the reason for that. Maybe you can contact with the Mathworks Support Team for that.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by