How to set default figure size?
127 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
the cyclist
2017-7-18
编辑:the cyclist
2017-7-18
get(0,'defaultfigureposition')
Then set the figure position to whatever you want using the equivalent set() command.
4 个评论
Antonio Astorino
2017-11-4
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!