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

 Risposta accettata

Matt J
Matt J il 15 Apr 2021
Modificato: Matt J il 15 Apr 2021
The command cylinder() will be helpful. This example in particular,

6 Commenti

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.
like this
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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Graphics Performance in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by