• Remix
  • Share
  • New Entry

on 18 Oct 2024
  • 14
  • 115
  • 2
  • 0
  • 183
Cite your audio source here (if applicable):
drawframe(1);
a = -2.3000
x = 1×100
0 -0.7473 -1.4477 -2.0580 -2.5421 -2.8734 -3.0372 -3.0309 -2.8645 -2.5583 -2.1418 -1.6498 -1.1201 -0.5892 -0.0901 0.3509 0.7155 0.9948 1.1886 1.3051 1.3583 1.3666 1.3491 1.3238 1.3048 1.3005 1.3128 1.3364 1.3598 1.3669
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y = 1×100
-1.3000 -1.3084 -1.3300 -1.3548 -1.3677 -1.3500 -1.2825 -1.1479 -0.9331 -0.6322 -0.2472 0.2103 0.7201 1.2540 1.7778 2.2544 2.6465 2.9201 3.0481 3.0123 2.8059 2.4345 1.9160 1.2795 0.5631 -0.1887 -0.9286 -1.6103 -2.1921 -2.6400
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Oei Joviano M W
% Semarang
% Unkartur
function drawframe(f)
t = linspace(0,2*pi);
h = linspace(-2.3,2.3,96);
a=h(f)
x=a*sin(3*t)-sin(5*t)
y=a*cos(3*t)+cos(5*t)
plot(x,y,'LineWidth',8,'Color',[0 0 1])
MeshDensity=5555
axis equal
axis([-3.5 3.5 -3.5 3.5])
end
Movie
Audio
Remix Tree