- /
-
Matlad - Alternate View
on 1 Nov 2021
- 3
- 132
- 0
- 0
- 244
logo
[X Y Z]=sphere;
hold on
surf(X+40,Y+18,Z+35,'EdgeC','n','FaceC','k','FaceL','g')
surf(X+32,Y+12,Z+35,'EdgeC','n','FaceC','k','FaceL','g')
xlabel('x')
ylabel('y')
t=-pi:.01:pi;
s=sin(t);
c=cos(t);
plot3(10*s+36,10*c+15,3*(6-s+c),'k','LineW',5)
view(66,16)