From: Nick Sinclair on
If you have already made a colorbar and want to find the handle to the colorbar axis so that you can set the properties. This works:

ax = findobj(get(FIGUREHANDLE,'Children'),'Tag','Colorbar');

or

ax = findobj(get(gcf,'Children'),'Tag','Colorbar'); %if it's the current figure
 | 
Pages: 1
Prev: Butterworth filter
Next: two's complement