- /
-
Graphics Code 2023 stem3 models III
on 16 Oct 2022
- 1
- 33
- 1
- 0
- 169
x = 1:19;
Y = 9.04*x-0.22222;
figure
ezsurf('(x^2 + y^2)^2 - x^2 + y^2', [-1.1, 1.1], [-1.1, 1.1])
colormap([0 0 1])
title({'Lemniscate Function', '(x^2 + y^2)^2 - x^2 + y^2'})