• Remix
  • Share
  • New Entry

  • Anita

  • /
  • Onigiri Equation

on 18 Oct 2024
  • 11
  • 74
  • 0
  • 0
  • 175
Cite your audio source here (if applicable):
drawframe(1);
a = -5
x = 1×100
0 -0.4437 -0.8841 -1.3179 -1.7419 -2.1531 -2.5484 -2.9251 -3.2807 -3.6128 -3.9194 -4.1987 -4.4493 -4.6698 -4.8595 -5.0179 -5.1446 -5.2398 -5.3039 -5.3375 -5.3416 -5.3173 -5.2661 -5.1895 -5.0894 -4.9676 -4.8263 -4.6674 -4.4931 -4.3055
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
y = 1×100
-4.0000 -3.9980 -3.9918 -3.9813 -3.9659 -3.9451 -3.9181 -3.8841 -3.8420 -3.7909 -3.7294 -3.6566 -3.5711 -3.4718 -3.3576 -3.2274 -3.0802 -2.9153 -2.7319 -2.5297 -2.3083 -2.0676 -1.8079 -1.5296 -1.2334 -0.9202 -0.5912 -0.2479 0.1079 0.4744
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
MeshDensity = 5555
Write your drawframe function below
% Anita Wignyo Pranoto
% Rembang
% UNKARTUR
function drawframe(f)
t = linspace(0,2*pi);
h = linspace(-5,5,96);
a=h(f)
x=a*sin(t)-sin(2*t)
y=a*cos(t)+cos(2*t)
plot(x,y,'LineWidth',8,'Color',[1 0 0])
MeshDensity=5555
axis equal
axis([-6.1 6.1 -4.5 6.5])
end
Movie
Audio
Remix Tree