how to color a surface?

3 views (last 30 days)
roro6992
roro6992 on 25 Aug 2013
Evrytime i try to color a surface the entire plot comes out to be pitch black in color. i tried these codes..please temme if they r right or wrong.
figure(6)
colormap hsv
surf(ti,X,P_s)
colorbar
ylabel('Distance along pipeline (m)')
xlabel('time (hours)')
zlabel('Pressure (bar)')
grid on
plzz help!
  10 Comments
roro6992
roro6992 on 25 Aug 2013
Edited: roro6992 on 25 Aug 2013
When n where to use the opengl software command.?? Anyway thnx for helping man.
Walter Roberson
Walter Roberson on 25 Aug 2013
The "opengl" command could be used at any point.

Sign in to comment.

Answers (1)

Youssef  Khmou
Youssef Khmou on 26 Aug 2013
I think your data have many isosamples, that makes the colormap concentrated because of the interpolation,add this command before using colormap :
shading interp

Categories

Find more on Colormaps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!