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

 Respuesta aceptada

Matt J
Matt J el 15 de Abr. de 2021
Editada: Matt J el 15 de Abr. de 2021

1 voto

The command cylinder() will be helpful. This example in particular,

6 comentarios

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Performance en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Abr. de 2021

Comentada:

el 16 de Abr. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by