Effacer les filtres
Effacer les filtres

how to color a surface?

1 vue (au cours des 30 derniers jours)
roro6992
roro6992 le 25 Août 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 commentaires
roro6992
roro6992 le 25 Août 2013
Modifié(e) : roro6992 le 25 Août 2013
When n where to use the opengl software command.?? Anyway thnx for helping man.
Walter Roberson
Walter Roberson le 25 Août 2013
The "opengl" command could be used at any point.

Connectez-vous pour commenter.

Réponses (1)

Youssef  Khmou
Youssef Khmou le 26 Août 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

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by