| MATLAB Function Reference | ![]() |
Syntax
ezpolar(f) ezpolar(f,[a,b])
Description
ezpolar(f) 在預設的範圍 0 < theta < 2
上繪製極曲線 rho = f(theta)。
ezpolar(f,[a,b]) 在 a < theta < b
的範圍內繪製 f。
Examples
ezpolar('1+cos(t)')
See Also
ezplot, ezplot3, ezsurf, plot, plot3, polar
| ezplot3 | ezsurf | ![]() |