用Matlab怎么作出这个方程的图像啊?

方程为100*y*(1-25/(x^2+y^2))+(628/(2*pi))*log(sqrt(x^2+y^2)/5)=0
2025-06-25 21:35:23
推荐回答(1个)
回答1:

用ezplot()函数;ezplot('100*y*(1-25/(x^2+y^2))+(628/(2*pi))*log(sqrt(x^2+y^2)/5)' )。