From: Inga on 15 Apr 2010 18:48 I downloaded the MATLAB Gui "DCTlab" for image compression from http://www.sprljan.com/nikola/matlab/dctlab.html but i keep getting this error whenever i try to use the function in matlab >> dctlab ??? Error using ==> figure Invalid property found. Object Name : figure Property Name : 'ShareColors'. Error in ==> dctlab at 23 h0 = figure('Units','pixels','Color',figureclr,'Colormap',clmap,'MenuBar','none','MinColormap',512,... h0 = figure('Units','pixels','Color',figureclr,'Colormap',clmap,'MenuBar','none','MinColormap',512,... 'Name','DCTlab','NumberTitle','off','HandleVisibility','callback','Interruptible','off',... 'Position',scrsz, 'ShareColors','off', ... 'Tag','Fig1');%'Resize','off',... set(0,'Units','normalized'); any help?
|
Pages: 1 Prev: Data brushing in Custom UI Next: average the elements of an array |