| MATLAB Function Reference | ![]() |
表示
ezpolar(f) ezpolar(f,[a,b])
詳細
ezpolar(f) は、デフォルトの領域 0 < theta < 2
で、極座標曲線 rho = f(theta) をプロットします。
ezpolar(f,[a,b]) は、領域 a < theta < bで、fをプロットします。
例題
ezpolar('1+cos(t)')
参考
ezplot, ezplot3, ezsurf, plot, plot3, polar
| ezplot3 | ezsurf | ![]() |