- /
- 
        20:00 Green Logos
        on 31 Oct 2021
        
        
 
    - 4
- 44
- 3
- 0
- 278
figure('Color','k')
g=gray;
g=g(:,1);
colormap([0*g g 0*g])
plot([0;
    NaN;
    2;
    5;
    5;
    NaN;
    10]/10,[0;
    NaN;
    3.5;
    5;
    8;
    NaN;
    10]/10,'col',[0;
    .7;
    0],'LineW',5)
axis equal
axis off
for n=1:12
xP=cosd(30*(3-n))/3+.41;
yP=sind(30*(3-n))/3+.38;
xL=0.2;
yL=0.3;
axes('Un','n','Po',[xP;
    yP;
    xL;
    yL])
surf(membrane(n))
shading interp
axis off
end


 

 
             
             
             
             
             
             
             
              