Draw a solid with the spherical coordenates ranges

1 view (last 30 days)
I want to draw a 3D cone base on the spherical coordenate ranges:
% for example
Radius = linspace(0,100,100);
Theta = linspace(0,2*pi,100);
Phi = linspace(0,pi/6,100);
Thank you for your help!

Answers (0)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!