• Remix
  • Share
  • New Entry

on 23 Oct 2022
  • 6
  • 27
  • 0
  • 0
  • 272
%Remix from Adam
axes(colorm=white,Color=[0 0 0],Pr='p')
hold on
bar3(randg(2,80),'k')
axis equal
campos([1,33,7])
% camva(70)
t=0:.1:6;
fill3(0*t+61,40*cos(t)+30,40*sin(t)+5,t)
light(po=[-70 4 2],Col=[1 1 1])
t=0:0.01:55*pi;
r =linspace(0,10,numel(t));
plot3(r.*sin(t)+20,r.*cos(t)+25,linspace(0,15,numel(t)),'r')
Remix Tree
Load full remix tree