• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 3
  • 103
  • 0
  • 0
  • 273
% MATLAB logo
% tried to squish the code as much as possible
160*membrane(1,100);
figure('Color','black');
axes('CameraP',[-146 -230 284],'CameraT',[77 60 67],'CameraViewA',33,'DataA',[1 1 .9]);
% 'XLim',[1 201],'YLim',[1 201],'ZLim',[-54 160],
surface(ans,'EdgeC','none','FaceC',[.9 .2 .2]);
% 'FaceL','gouraud'
light('Po',[160 400 80],'St','local','Col',[0 .8 .8]);
light('Po',[.5 -1 .4],'Col',[.8 .8 0]);
axis off
Remix Tree