Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jérémy Baudry
WIM2
Commits
fe7bdc5e
Commit
fe7bdc5e
authored
Mar 08, 2017
by
Jérémy Baudry
Browse files
colormap
parent
68b47d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts_matlab/coolcolor.m
0 → 100644
View file @
fe7bdc5e
function cmap=coolcolor
cm=colormap('jet');
cm1(1,:)=[0 0 0];
for i=2:10
cm1(i,:)=[0 0.05*i 0.1*i];
end
cmap(1:10,:)=cm1;
cmap(11:59,:)=cm(16:end,:);
end
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment