Community Profile

photo

Samira


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to show intersection of these two spheres. How should I do it?
theta=linspace(0,2*pi,40); phi=linspace(0,pi,40); [theta,phi]=meshgrid(theta,phi); r=1; x=r*sin(phi).*cos(theta); ...

11 years ago | 1 answer | 0

1

answer