Maohan Su
Mechanobiology Institute
Followers: 0 Following: 0
Feeds
已回答
How to show a colorbar of a certain range?
cmap = colormap; %get current colormap cmap=cmap([min max],:); % set your range here colormap(cmap); % apply new colorma...
How to show a colorbar of a certain range?
cmap = colormap; %get current colormap cmap=cmap([min max],:); % set your range here colormap(cmap); % apply new colorma...
11 years 前 | 1