how can i create a cylinder in 3d format

 Accepted Answer

KSSV
KSSV on 19 Oct 2016
doc cylinder

6 Comments

how can i get all details about the doc cylinder
Type doc cylinder in your matlab....
If i want to enter its radius and height then?
[X, Y, Z] = cylinder(radius);
Z = Z * height;
it gives only 2d matrix of data.how will i get the 3d array of cylinder
How you are expecting a 3D array? You got three coordinates. That's it.

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 19 Oct 2016

Commented:

on 20 Oct 2016

Community Treasure Hunt

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

Start Hunting!