Call a function for colormap

3 次查看(过去 30 天)
Michela Longhi
Michela Longhi 2018-1-16
Hi, I have a function CMR64.m :
function pal=CMR64();
CMRmap=[1.00 1.00 1.00;
....
...
pal=flipud(pal);
how can I call it as a colormap to my plot in another file.m ?
Thank you!!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by