Prev: Butterworth filter
Next: two's complement
From: Nick Sinclair on 8 Jul 2010 18:07 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 |