• Remix
  • Share
  • New Entry

on 17 Oct 2024
  • 10
  • 94
  • 0
  • 0
  • 181
The X Files theme song
drawframe(1);
Write your drawframe function below
% Batik is a dyeing technique using wax resist.
% The term is also used to describe patterned textiles created with that technique
% Graph of Equation created by Dhimas Mahardika S.Si., M.Mat.
% from Sanggung Utara, Jatingaleh, Candisari
% Universitas Diponegoro
% Universitas Nasional Karangturi
function drawframe(f)
h = linspace(0,20,96);
syms x y
eqn = sin(22*tan(abs(sin(x)+sin(y))).^-1 - h(f)*abs(sin(x)-sin(y)) )+0.2 == 0;
fimplicit(eqn,[-7,7,-7,7], MeshDensity=500,LineStyle="-");
axis equal
end
Movie
Audio
Remix Tree