how to change mesh colorbar to appropriate colors?

1 次查看(过去 30 天)
I am making a mesh which has the folowing form:
Z = varargin{1};%the values that will be meshed.
C = del2(Z);
h=mesh(Z,C,'FaceColor','interp','FaceLighting','gouraud')
camlight right
h2 = colorbar;
Using the camlight right the colors change from the original(shadowed) but the colorbar color remains if its like 'camligth right' is not used.How to shadow also the colors in in the colorbar?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by