What is the difference between these commands ?

 Respuesta aceptada

Image Analyst
Image Analyst el 19 de Dic. de 2017

3 votos

plot3() plots some markers at the specified points. It does not make a solid surface between the markers.
surf() will create a solid surface between the points.
meshgrid() gives every possible combination of every x and every y. It is not a plotting function.

2 comentarios

diadalina
diadalina el 19 de Dic. de 2017
thank mr.image analyst for your answer . can you give me an example ?
Image Analyst
Image Analyst el 19 de Dic. de 2017
There are examples in the help. Did you try any or all of them? I'm attaching a demo fro make a movie from the surf() command.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 19 de Dic. de 2017

Comentada:

el 19 de Dic. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by