• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 15
  • 53
  • 0
  • 0
  • 258
close all
q=50:-.5:1;
hold
Current plot held
imagesc(q'.*q.^0,[20,80])
t=0:2.5E-5:.1;
s=size(t);
[x,y]=pol2cart(6*rand(s)+t',rand(s)*142);
m=99;
plot(x+m,y+m,'w')
u=1:.1:m;
fill([1,u,m],[1,cos(u/m)*30+randg(1,1,981),1],0,[4
4
3
6
9
8
8
]'*3.8,[5
7
7
8
7
7
5]'*4.5,0)
axis([1
m
1
m]')
camva(4)
colormap(jet(256))
Remix Tree