• Remix
  • Share
  • New Entry

on 18 Oct 2024
  • 11
  • 52
  • 0
  • 0
  • 179
Cite your audio source here (if applicable):
drawframe(1);
a = -2
x = 1×100
0 -0.4424 -0.8740 -1.2840 -1.6625 -2.0004 -2.2898 -2.5241 -2.6983 -2.8091 -2.8548 -2.8356 -2.7535 -2.6119 -2.4158 -2.1717 -1.8870 -1.5701 -1.2298 -0.8753 -0.5160 -0.1607 0.1820 0.5044 0.7997 1.0623 1.2878 1.4731 1.6164 1.7174
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y = 1×100
-1.0000 -1.0020 -1.0075 -1.0155 -1.0240 -1.0305 -1.0321 -1.0253 -1.0069 -0.9731 -0.9209 -0.8473 -0.7500 -0.6276 -0.4792 -0.3054 -0.1073 0.1124 0.3502 0.6017 0.8613 1.1228 1.3794 1.6238 1.8486 2.0466 2.2106 2.3344 2.4123 2.4397
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Agnesia Fiona Latuan
% kalimantan barat
% Unkartur
function drawframe(f)
t = linspace(0,2*pi);
h = linspace(-2,2,96);
a=h(f)
x=a*sin(2*t)-sin(3*t)
y=a*cos(2*t)+cos(3*t)
plot(x,y,'LineWidth',8,'Color',[0 0 1])
MeshDensity=5555
axis equal
axis([-3.2 3.2 -3.2 3.2])
end
Movie
Audio

This submission does not have audio.

Remix Tree