• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • Just Code It..!

on 5 Oct 2021
  • 75
  • 125
  • 0
  • 0
  • 273
L = 160*membrane(1,100);
figure('color','k');
surface(L,'EdgeColor','none');
colormap(jet)
view(3)
daspect([1 1 .9])
axis off
x = [48 42 59 ;56 25 51 ;114 17 84 ; 48 17 26 ; 48 42 59] ;
hold on
patch(x(:,1)-50,x(:,2)-50,x(:,3),'w')
text(-60,20,0,'Just Code It','color','w','FontSize',20)
Remix Tree