- /
-
Just MATLAB
on 7 Oct 2021
- 79
- 187
- 2
- 0
- 171
figure('color','k')
hold on
for i = 1:0.01:10
y = 0.5+1/i ;s = 10*i ;
text(0.5,y,'MATLAB','color',rand(1,3),'FontSize',s,'HorizontalAlignment','center')
end
ylim([0.5 1])
axis off