![]() |
| Script for_with_images.m | |||
|
|||
|
colorlabels = {'summer','autumn', 'winter','copper',...
'hot','pink','bone','gray'}; load('durer','X','map'); for j=1:8 figure image(X); colormap(map); colormap(colorlabels{j}); map_info=[j size(colormap)] axis off; pause(3) end |
|||
| Back | |||