• Remix
  • Share
  • New Entry

on 18 Oct 2024
  • 9
  • 104
  • 0
  • 0
  • 168
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
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Maria Yosephine Clarissa
% Central Java
% Unkartur
function drawframe(f)
h = linspace(0,2.2*pi,96);
a=h(f)
t = linspace(0,a);
x=sin(t)-sin(2*t)
y=cos(t)+cos(2*t)
plot(x,y,'LineWidth',8,'Color',[0 0 1])
MeshDensity=5555
axis equal
axis([-2 2 -1.5 2.5])
end
Movie
Audio
Remix Tree