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

2 views (last 30 days)
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});

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!