• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 10
  • 29
  • 0
  • 0
  • 276
C='Color';
figure(C,'c')
plot([1,80],[80,1],C,'c')
hold on
p=56837;
%plot(70,60)
%Print special chracters
k=55357;
F='FontSize';
R='Rot';
a=15; b=80;
text(3,60, 'Why scientist don''t trust atoms?',F,a) %indent
text(3,45, char([k 56718]),F,b); %H
text(3,30,'Because they make up everyt''ng!',F,20,'Color','r')
%smiley face
text(50,a, char([k p]),F,b)
axis off
Remix Tree