• Remix
  • Share
  • New Entry

on 7 Oct 2022
  • 4
  • 224
  • 0
  • 1
  • 158
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.2])
set(gcf,'Color','white')
title( 'Dawn -Tint')
Remix Tree