• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 47
  • 134
  • 0
  • 0
  • 280
l=@linspace;
d=255;
a=508;
colormap([l(.7,.2,d);l(.2,.4,d);l(.1,.5,d)]');
X=l(0,d,a);
hold on
image(meshgrid(X)')
x={[28
38]
[28
38]
[29
29]
[37
37]
[33
33]
[27:39]
[X*.2]};
y={[14
14]
[16
16]
[0
16]
[0
16]
[14
16]
[(-6:6).^2/30+16]
[4*rand(1,a)-1]};
for k=1:7
plot(10*x{k},10*y{k}+135,'k-','LineWidth',10);
end
camva(2.9)
Remix Tree