Member of the plots class.
ezpolar(f)
ezpolar(f, r)
Generates a polar coordinates plot of a function.
| Name | Description |
| f | Specifies a function that represents radius = f(angle). f is a string. |
| r | Specifies the angle-region of the plot. r is a two-element real vector. The default is [0, 2*pi]. |
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
f = 'cos(t*t)';
ezpolar(f)