- /
-
Let's play
on 15 Oct 2021
- 2
- 40
- 0
- 0
- 277
% Pass the Word
hold on;axis off;
t=linspace(1.81,7.85,26);
c=[0,0,1;0,1,0];
s=[1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1];
j=0;
for i=t
j=j+1;
plot(3*cos(i),3*sin(i),'ok','MarkerSize',18,'MarkerFaceColor',c(s(j),:))
text(3*cos(i),3*sin(i),char(91-j),'Color','w','HorizontalAlignment','center');
end
% M:
% - Q: Name of the proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks
% - A: MATLAB
Image
