go from plot3 to a surf plot

In parallel.png the function plot3(x,y,z) is used to create the figure. Is it possible the get the outer shell from the fist figure inorder to create a figure that is similar to asdasd.png?

Respuestas (1)

KSSV
KSSV el 31 de Mayo de 2016

0 votos

If the data is arranged in order in matrix form....you can plot the surface using "surf". Check the documentation for surf.

2 comentarios

Niklas
Niklas el 31 de Mayo de 2016
Do you mean surf(x,y,z)? because that do not work because z can't be a vector
KSSV
KSSV el 31 de Mayo de 2016
what are the dimensions of x,y,z you have?

Iniciar sesión para comentar.

Categorías

Más información sobre Line Plots en Centro de ayuda y File Exchange.

Preguntada:

el 31 de Mayo de 2016

Comentada:

el 31 de Mayo de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by