How to draw a specific figure
3 次查看(过去 30 天)
显示 更早的评论
Hi there.
I have no idea how to draw these types of figures. I want to know how these types of diagrams should be drawn and I need a sample code for these types of shapes. The desired figures is attached.
Thanks in advance for helping.
0 个评论
采纳的回答
Abdolkarim Mohammadi
2021-5-7
If you have the data for the edges of the curves, you can use patch(). If multiple curves belong to one or more surfaces, you can use contour().
3 个评论
Abdolkarim Mohammadi
2021-5-7
There are many examples in the documentation page of patch() and contour().
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!