photo

Felipe Guerrero


USM

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I make window to be fullscreen and resizable in Matlab GUI ?
YOU HAVE TO PUT: set(gcf, 'units','normalized','outerposition',[0 0 1 1]); in the OutputFcn() in your GUI ;)

9 years 前 | 0