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

2025-12-16 20:30:50
推荐回答(2个)
回答1:

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

回答2:

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