Scilab Function

polarplot - Plot polar coordinates

Calling Sequence

polarplot(theta,rho,[style,strf,leg,rect])
polarplot(theta,rho,<opt_args>)

Parameters

Description

polarplot creates a polar coordinate plot of the angle theta versus the radius rho. theta is the angle from the x-axis to the radius vector specified in radians; rho is the length of the radius vector specified in dataspace units.

Examples