• Remix
  • Share
  • New Entry

on 1 Nov 2021
  • 1
  • 51
  • 0
  • 0
  • 195
L=membrane;
L(L<0)=0;
R=rand(31);
x=0:.033:1;
figure(color='k')
surf(x,x,L,R,EdgeA=0,FaceC='i')
colormap(summer)
hold
Current plot held
plot3([0,0]+.05,[.3 .38],[0,0;0,0]+.02,'y*',MarkerS=4)
axis equal off
camlight
material dull
Remix Tree