• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 8
  • 25
  • 1
  • 0
  • 280
figure('Color','y')
plot([80,1],[1,80],'Color','y')
hold on
%plot(70,60)
%Print special chracters
k=55357;
F='FontSize';
R='Rot';
p=56834;
a=15; b=80;
text(3,60, 'Why you vomit when I show number 288 ?',F,a) %indent
text(3,45, char([k 56720]),F,b); %H
text(a,25,'Because it''s 2 Gross !',F,30,R,a,'Color','r')
%smiley face
text(40,18, char([k p]),F,b)
axis off
Remix Tree