plot3 temperature color
Mostrar comentarios más antiguos
Hi, I have this plot 3d:
figure()
plot3(X,Y,Z)
where X and Y are coordinate and Z is the correspondent temperature value for each couple of (x,y), as for exampe: x1=0, y1=0, z1=28°C...
But now, I want to color the plot changing the color depending from the temperature.
How can I do? Please, help me
Thanks,
Michela
Respuestas (3)
You need to plot a scatter plot. Read about scatter and scatter3
1 comentario
Michela Longhi
el 1 de Ag. de 2017
José-Luis
el 1 de Ag. de 2017
0 votos
2 comentarios
Michela Longhi
el 1 de Ag. de 2017
José-Luis
el 1 de Ag. de 2017
It not works is not a helpful description of your problem. What do you get and what do you expect?
Is there an error message and if so, what is it?
Michela Longhi
el 1 de Ag. de 2017
Categorías
Más información sobre Orange en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!