From: damayi on
Dear all
Suppose there are 9 figures and a 9x3 array (each row is a color
information), I hope each row can be set to the corresponding figure's
backgroundcolor.
Can I use cellfun or arryfun to get that?


mayi
From: Rajiv Narayan on
could do:
hf = findobj('type', 'figure');
col = cell2mat(get(hf, 'color'));
% note rows will be ordered as hf