如何用matlab做图y^2=x^3-2

2025-12-15 18:14:00
推荐回答(2个)
回答1:

>> ezplot('y^2=x^3-2')

回答2:

>> ezplot('y^2=x^3-2')33(^>>)