• Remix
  • Share
  • New Entry

on 27 Oct 2022
  • 22
  • 52
  • 0
  • 0
  • 280
rng(0)
I=bitcmp(analyze75read('brainMRI'));
imshow(I(:,:,19));
hold
Current plot held
f=@()randi(99,99,2);
G=graph(f(),f(),'o');
h=plot(G,NodeL={});
set(h,XD=h.XData*18,YD=h.YData*20)
m=hot;
for i=1:250
r=rand(1,2);
d=ceil(r(2)*200+50);
plot(nsidedpoly(randi(4)+2,c=r*128,s=r(2)*5+2),EdgeA=.1,FaceA=.1,FaceC=m(d,:))
end
Remix Tree