• Remix
  • Share
  • New Entry

on 7 Oct 2022
  • 24
  • 2.57K
  • 5
  • 17
  • 164
% Vary k from 1.5 to 7.5
k =7.5;
t = linspace(0,k*pi,255);
r = peaks(t);
x = r.*cos(t);
y = r.*sin(t);
plot(x,y,-x,y,'LineWidth',2,'Color',[1 1 0])
axis equal
set(gcf,'Color','white')
title( 'Sunshine')
Remix Tree
Load full remix tree