• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 9
  • 49
  • 0
  • 0
  • 257
%Print special chracters
width=120; d=10;p=56420
p = 56420
plot(1,1)
line([1 width],[1 1]);
line([1 width-10], [width-10 width-10])
hold on
plot(width,width)
d=10; %spacing
for n=10:-1:1
for m=1:10
text(m*d,n*d,10, char([55357 p]),'FontSize',20)
p=p+1;
end
end
text(8,width-5, 'Secret Characters 56420-56519')
axis off
Image
Remix Tree