Difference between "mesh" plot and "plot3" graphs
조회 수: 9 (최근 30일)
이전 댓글 표시
Sajid Sarwar
2019년 12월 5일
답변: JESUS DAVID ARIZA ROYETH
2019년 12월 5일
Kindly explain the difference between "mesh" plot and "plot3" graphs. What's the importance of these two different approaches?
댓글 수: 0
채택된 답변
JESUS DAVID ARIZA ROYETH
2019년 12월 5일
The main notable difference is that mesh draws a three-dimensional surface while plot3 only draws three-dimensional lines, you can use plot3 when you want to visualize data seen as individual points or you want to follow some three-dimensional trajectory, use mesh when you want to see some surface, you can also add a "fourth dimension" that will be represented with color, therefore it could serve to see the temperature of an object and other applications
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!