Nathan Cross
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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)...
7 years 前 | 2 个回答 | 0