Setting the default figure size in Matlab once.
116 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Zachary Reinke
el 2 de Mzo. de 2018
Comentada: Berkay Soyluoglu
el 18 de Abr. de 2019
Shown below is the command I use to set the default figure position in Matlab.
set(groot,'defaultfigureposition',[400 250 900 750])
However as soon as I quit matlab and restart I must set the property again. I there a way to set this property in matlab so it always stays at the set values? forever?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!