Ezplot x^3 + y^3 =6xy
古いコメントを表示
Need to plot this using ezplot but no combination seems to work, any help appreciated.
回答 (1 件)
Matt Fig
2011 年 3 月 25 日
Try this:
ezplot('x.^3 + y.^3 - 6*x.*y')
2 件のコメント
Martin
2011 年 3 月 28 日
Oleg Komarov
2011 年 3 月 28 日
Accept his answer if you think he answered your question.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!