how to change mesh colorbar to appropriate colors?

3 views (last 30 days)
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?

Answers (0)

Community Treasure Hunt

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

Start Hunting!