- /
-
Infinity Mirror
on 20 Oct 2022
- 11
- 49
- 1
- 0
- 155
logo
f=getframe(gcf);
clf;reset(gcf)
% 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(f.cdata,'Interpolation','bilinear')
box on
f=getframe(gcf);
end