How to set default figure size?
128 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
The default figure sizes of different computers are different. Therefore,
1) I want to know the default figure size of one of the computers.
2) And I want to set the same figure size as a default for other computers.
Many thanks in advance!
0 Commenti
Risposte (1)
the cyclist
il 18 Lug 2017
Modificato: the cyclist
il 18 Lug 2017
get(0,'defaultfigureposition')
Then set the figure position to whatever you want using the equivalent set() command.
4 Commenti
Antonio Astorino
il 4 Nov 2017
Hi Sungwoo! I am experiencing a similar problem. Have you solved yours? If you did, could you please share your solution? Thanks a lot.
Best regards,
Antonio.
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!