• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 18
  • 237
  • 0
  • 0
  • 260
C = 'Color';
figure(C,'k')
hold on
axis off
cs=char([33:126 161:500]);
for j=-9:35
for i=1:randi(35)
t=text((j-1)*.05+.015*rand,1.1-.04*(i-2)+.01*rand,cs(randi(434)),C,'g','Interpreter','n');
end
end
text(.2,.5,"MATRIX LABORATORY",C,'g','FontSize',20,'BackgroundColor','k')
Remix Tree