From: Inga on
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?