how can i plot this equation?
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
VBBV
2021 年 6 月 16 日
%if tr
syms x y
f = y^3+0.2*exp(-1*x^2)*y^2-2.2039*y^2+0.8155 == 0;
fimplicit(f,[-4 4])
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!