ezpolar

"matlab函式:ezpolar ezplot(f) %在區間theta∈(a

matlab函式:ezpolar
功能:繪製符號函式的極坐標圖。
用法:
ezplot(f) %在默認區間theta∈(0,2π)上繪製函式rho=f(theta)的極坐標圖形,其中theta為極角,rho為極徑
ezplot(f,[a,b]) %在區間theta∈(a,b)上繪製函式rho=f(theta)的極坐標圖形,其中theta為極角,rho為極徑。
程式實例:
>>r="100/(100+(t-1/2*pi)^8)*(2-sin(7*t)-1/2*cos(30*t))";
>> ezpolar(r,[-pi/2,3*pi/2])
得到如下圖所示的極坐標圖:

相關詞條

相關搜尋

熱門詞條

聯絡我們