There is no 'ResizeFcn,' property in the 'figure' class.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!