Difference between "mesh" plot and "plot3" graphs
16 次查看(过去 30 天)
显示 更早的评论
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!