MATLAB Tips
MATLAB Tips: "surf(peaks)
for i=1:size(colormap,1)
M = colormap;
colormap(M([end 1:end-1],:))
colorbar
drawnow
end
figure('Units','pixels','Position',[100 100 200 300])
"
for i=1:size(colormap,1)
M = colormap;
colormap(M([end 1:end-1],:))
colorbar
drawnow
end
figure('Units','pixels','Position',[100 100 200 300])
"
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home