- /
- 
        Spiral infinity Mirror
        on 21 Oct 2022
        
        
 
    - 20
- 125
- 0
- 1
- 161
Remix of Eric Ludlam's infinity mirror
Added spiral.  
logo
f=getframe(gcf);
close()
% Compact padded margins look better for this case.
tiledlayout('flow','padding','compact')
nexttile
for i=1:20 % 20 is not inifity, sorry.
    % New interpolation feature keeps the axes visible even when squished.
    image(imrotate(f.cdata,-3),'Interpolation','bilinear')
    box on
    f=getframe(gcf);
end


 

 
             
             
             
