How can I plot this type of figures?

조회 수: 1 (최근 30일)
Francesco Porretta
Francesco Porretta 2020년 11월 27일
댓글: Rena Berman 2021년 5월 6일
I have three vectors x,y,z with 3000 elements each one.
I want to obtain the same type of plot shown in the figure (with all the specific color zones and colorbar on the right). I suppose that there are specific command, but I do not know them.
I have just tried to use surf, but the obtained graph is different...
Thanks in advance!
  댓글 수: 3
Ameer Hamza
Ameer Hamza 2020년 11월 28일
Deleting question details make the answer useless. Since this forum is the public forum, removing the question makes the answer useless for anyone else coming to this page. Therefore, I have added your original question as a comment.
Rena Berman
Rena Berman 2021년 5월 6일
(Answers Dev) Restored edit

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

채택된 답변

J. Alex Lee
J. Alex Lee 2020년 11월 27일
Using surf, did you take these steps?
L = membrane(3);
surf(L,"LineStyle","none") % don't display mesh
view(2) % view from top
shading interp % interpolated colors instead of faceted colors
If your x,y,z are in vector form rather than in X,Y grid format, you may need to first use a scatteredInterpolant and interpolate on a regular grid to use the surf() command.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by