How can I use colors in my surf, truely?

1 visualización (últimos 30 días)
Ayob
Ayob el 23 de En. de 2014
Editada: Ayob el 23 de En. de 2014
I've used surf order with a simple method surf(X,Y,Z). X and Y are p*1 matrices and Z is a p*p matrix. I want to use colors to show me differences for z value, but as you see in my surf colors are not used to show contours for z value and maybe this contour is meaningless. How can I solve the problem?
  2 comentarios
Walter Roberson
Walter Roberson el 23 de En. de 2014
Please show the relevant code
Ayob
Ayob el 23 de En. de 2014
Editada: Ayob el 23 de En. de 2014
figure(4)
surf(YY,XX,Z)

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 23 de En. de 2014
surf(x,y,z,z)
  1 comentario
Ayob
Ayob el 23 de En. de 2014
Editada: Ayob el 23 de En. de 2014
I did it, but *it still doesn't work.*

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Contour Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by