From: damayi on 4 Jun 2010 23:07 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 4 Jun 2010 23:37 could do: hf = findobj('type', 'figure'); col = cell2mat(get(hf, 'color')); % note rows will be ordered as hf
|
Pages: 1 Prev: How to calculate a image's PSF by matlab? Next: quasi-newton method |