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 ;)
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 ;)
거의 11년 전 | 0
