How to draw 2D object with plot 3D matlab

How to draw 2D object with plot 3D matlab
I have 2 circle and 2 radius ( a and b )and height (h) between two circle.
draw this 2D figure to 3D figure with plot or surf

 采纳的回答

Matt J
Matt J 2021-4-15
编辑:Matt J 2021-4-15
The command cylinder() will be helpful. This example in particular,

6 个评论

thank u for ur answer sir
but I did that before, but didn't get 2 lines same in the figure
i get that
That is definitely a mistake.
r=____________
[X,Y,Z] = cylinder(r,1000);
surf(X,Y,Z,'EdgeColor','none')
how u do this , i have two radius and two circle ??
As I said, the example at the link I gave you is very similar to what you are trying to do.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Graphics Performance 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by