How to plot a value as function of two variables
Mostrar comentarios más antiguos
Hello,
I would like to plot the value of a function as function of two variables. Example : [x y] => Value
The value could be manifested by a change of color, as it would be if it was a surface. The only difference is that I want to plot it as a 2D graph.
Thank you very much,
Max
Respuesta aceptada
Más respuestas (3)
KSSV
el 24 de Ag. de 2016
0 votos
How about plot3(x,y,z)?
maxroucool
el 24 de Ag. de 2016
0 votos
Torsten
el 24 de Ag. de 2016
0 votos
Choose the one you like:
Best wishes
Torsten.
Categorías
Más información sobre 2-D and 3-D Plots 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!