Love Implicit Function - MATLAB Shorts Mini Hack
  • Remix
  • Share
  • New Entry

  • Ananta

  • /
  • Love Implicit Function

on 21 Oct 2024
  • 21
  • 143
  • 0
  • 0
  • 201
Cite your audio source here (if applicable):
drawframe(1);
Write your drawframe function below
function drawframe(f)
h = linspace(0,2,96);
syms x y z
eqn = (h(f)*x^2+2*h(f)*y^2+h(f)*z^2-1).^3 - (h(f)*x^2).*(h(f)*z^3) - 0.045*(h(f)*y^2).*(h(f)*z^3)== 0;
fimplicit3(eqn,[-1.5,1.5,-1.5,1.5,-1.5,1.5], MeshDensity=50);
axis equal
end
Movie
Audio

This submission does not have audio.

Remix Tree
Go to top of page