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

1 visualización (últimos 30 días)
Aleksander
Aleksander el 3 de Dic. de 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});

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by