Skip to content
Snippets Groups Projects
Commit ed36266e authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Silence cmap output in gtRandCmap

parent 73fd27c9
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,6 @@ function [cmap, cmap2] = gtRandCmap(maxval, bgcolor) ...@@ -47,6 +47,6 @@ function [cmap, cmap2] = gtRandCmap(maxval, bgcolor)
cmap(cmap > 1) = 1; cmap(cmap > 1) = 1;
% Add background % Add background
cmap = [bg; cmap] cmap = [bg; cmap];
end % end of function end % end of function
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment