• Remix
  • Share
  • New Entry

on 30 Oct 2022
  • 3
  • 42
  • 0
  • 0
  • 194
% Vary k from 0.5 to 7.5
k =1.005;
t = linspace(0.6,0.005*k*0.002*pi,255);
r = peaks(t);
x = r.*sin(10*t);
y = r.*cos(10*t);
plot(x,y,-x,y,'LineWidth',2.008,'Color',[0.9 0 0.001])
axis equal
set(gcf,'Color','white')
title( 'kindly')
Remix Tree