• Remix
  • Share
  • New Entry

on 29 Oct 2022
  • 7
  • 35
  • 0
  • 0
  • 171
% Vary k from 1.5 to 7.5
k =.5;
t = linspace(0,1*k*pi,255);
r = peaks(t);
x = r.*cos(t);
y = r.*sin(t);
plot(x,y,-x,y,'LineWidth',2,'Color',[1 0.2 0.1])
axis equal
set(gcf,'Color','green')
title( 'loving joy')
Remix Tree