• Remix
  • Share
  • New Entry

on 16 Oct 2024
  • 12
  • 130
  • 2
  • 0
  • 190
Cite your audio source here (if applicable):
drawframe(1);
a = 0
x = 1×100
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y = 1×100
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Siska Narulita
% Tlogosari, Semarang
% Universitas Nasional Karangturi Semarang
% Keep your spirits up, never give up on learning
function drawframe(f)
h = linspace(0,2*pi,96);
a=h(f)
t = linspace(0,a);
x=16*(sin(t)).^3
y=14*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t)
plot(x,y,'LineWidth',8,'Color',[0 0 1])
MeshDensity=5555
axis equal
axis([-20 20 -20 15])
end
Movie
Audio
Remix Tree