What is the difference between these commands ?

조회 수: 9 (최근 30일)
diadalina
diadalina 2017년 12월 19일
댓글: Image Analyst 2017년 12월 19일
can anyone tell me the difference between plot3 and meshgrid and surf ?

채택된 답변

Image Analyst
Image Analyst 2017년 12월 19일
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
diadalina
diadalina 2017년 12월 19일
thank mr.image analyst for your answer . can you give me an example ?
Image Analyst
Image Analyst 2017년 12월 19일
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.

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

추가 답변 (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