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

2 Ansichten (letzte 30 Tage)
Aleksander
Aleksander am 3 Dez. 2013
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});

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by