Azzera filtri
Azzera filtri

how to color a surface?

1 visualizzazione (ultimi 30 giorni)
roro6992
roro6992 il 25 Ago 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 Commenti
roro6992
roro6992 il 25 Ago 2013
Modificato: roro6992 il 25 Ago 2013
When n where to use the opengl software command.?? Anyway thnx for helping man.
Walter Roberson
Walter Roberson il 25 Ago 2013
The "opengl" command could be used at any point.

Accedi per commentare.

Risposte (1)

Youssef  Khmou
Youssef Khmou il 26 Ago 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

Community Treasure Hunt

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

Start Hunting!

Translated by