• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 24
  • 80
  • 1
  • 0
  • 280
[A B C] = meshgrid(-3:0.05:3,-3:0.05:3,-3:0.05:3);
D=((-(A.^2).*(C.^3)-(9/80).*(B.^2).*(C.^3))+((A.^2)+(9/4).*(B.^2)+(C.^2)-1).^3);
l=patch(isosurface(A,B,C,D,0));
set(l,'facecolor','w','EdgeColor','r');
text(-1,-1.5,0.8,'LOVE YOU MATLAB!','FontSize',20,'Color','b');
view(3),axis equal off
Remix Tree