• Remix
  • Share
  • New Entry

on 18 Oct 2024
  • 13
  • 88
  • 0
  • 0
  • 273
Cite your audio source here (if applicable):
drawframe(1);
a = 0
x = 1×100
0 0.0041 0.0325 0.1085 0.2535 0.4861 0.8214 1.2703 1.8389 2.5284 3.3349 4.2493 5.2579 6.3425 7.4809 8.6480 9.8165 10.9577 12.0425 13.0427 13.9315 14.6847 15.2818 15.7061 15.9457 15.9940 15.8495 15.5164 15.0039 14.3264
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y = 1×100
6.0000 6.0802 6.3170 6.6989 7.2073 7.8176 8.5001 9.2215 9.9467 10.6400 11.2670 11.7961 12.1996 12.4549 12.5456 12.4612 12.1980 11.7587 11.1514 10.3896 9.4905 8.4745 7.3635 6.1801 4.9462 3.6822 2.4061 1.1330 -0.1254 -1.3605
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
x1 = 1×100
0 0.0634 0.1266 0.1893 0.2511 0.3120 0.3717 0.4298 0.4862 0.5406 0.5929 0.6428 0.6901 0.7346 0.7761 0.8146 0.8497 0.8815 0.9096 0.9341 0.9549 0.9718 0.9848 0.9938 0.9989 0.9999 0.9969 0.9898 0.9788 0.9638
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y1 = 1×100
7.0000 6.9980 6.9920 6.9819 6.9679 6.9501 6.9284 6.9029 6.8738 6.8413 6.8053 6.7660 6.7237 6.6785 6.6306 6.5801 6.5272 6.4723 6.4154 6.3569 6.2969 6.2358 6.1736 6.1108 6.0476 5.9841 5.9208 5.8577 5.7952 5.7335
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Vic Jeremy Prajogo
% Tanah mas, Semarang
% Unkartur
function drawframe(f)
h = linspace(0,2*pi,96);
a=h(f)
t = linspace(0,2*pi);
x=16*(sin(t)).^3
y=14*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t)
x1=sin(t)+16*(sin(a)).^3
y1=cos(t)+14*cos(a)-5*cos(2*a)-2*cos(3*a)-cos(4*a)
plot(x,y,x1,y1,'LineWidth',5,'Color',[1 0 0])
MeshDensity=5555
axis equal
axis([-20 20 -20 15])
end
Movie
Audio
Remix Tree