There is no 'ResizeFcn,' property in the 'figure' class.

1 回表示 (過去 30 日間)
Aleksander
Aleksander 2013 年 12 月 3 日
There is no 'ResizeFcn,' property in the 'figure' class. i always get this..... my code:
try handles.mainfig = figure('NumberTitle','off','name','V3.2.8','menu','none','toolbar','figure','resize', 'on' ,'units','normalized','outerposition',[0 0 1 1]); catch disp 'error with setting screen size for the application'; end
set(handles.mainfig,'ResizeFcn,',{@resizegui, handles});

回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by