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?

답변 (1개)

KSSV
KSSV 2016년 5월 31일

0 개 추천

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

댓글 수: 2

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

댓글을 달려면 로그인하십시오.

카테고리

질문:

2016년 5월 31일

댓글:

2016년 5월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by