2D plot x-y axis
Mostrar comentarios más antiguos
How can visualize on a 2D plot the variation of a variable say, z of size (100,1), that varies with both x and y, both of size (100,1)?
Respuestas (1)
Azzi Abdelmalek
el 24 de Dic. de 2015
You have 3 variables x,y and z, I think you need a 3D plot
plot3(x,y,z)
Unless you want to change the transparency of the 2D plot according to z value
1 comentario
Shashank
el 24 de Dic. de 2015
Categorías
Más información sobre Surface and Mesh 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!
