• Remix
  • Share
  • New Entry

  • haz

  • /
  • Matlad - Default View

on 1 Nov 2021
  • 3
  • 54
  • 1
  • 0
  • 233
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)
Remix Tree
Load full remix tree