- /
-
Summer is coming.
on 9 Oct 2021
- 8
- 23
- 0
- 0
- 280
close all
h=-25:0;
[x,y,z]=cylinder(h);
x=x+rand(26,21);
y=y+rand(26,21);
surfl(x,y,z*5+1)
colormap summer
hold on
cylinder(5);
view(40,10);
axis off
c=rand(99,2)*40-20;
scatter3(c(:,1),c(:,2),zeros(99,1),randi([5,30],99,1),'^g','filled');
shading flat
text(-9,-9,7,'\it{Summer is Coming}',fontsize=15);