Community Profile

photo

Nathan Cross


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to plot sin(theta)*cos(phi) in spherical coordinates
[theta,phi] = meshgrid(linspace(-pi,pi,41),linspace(-pi/2,pi/2,41)); R = sin(theta)*cos(phi); [X,Y,Z] = sph2cart(theta,phi,R)...

6 years ago | 2 answers | 0

2

answers