Scilab Function

graypolarplot - Polar 2D plot of a surface using colors

Calling Sequence

graypolarplot(theta,rho,z,[strf,rect])

Parameters

Description

Takes a 2D plot of the surface given by z on a polar coordinate grid defined by rho and theta. Each grid region if filled with a gray or color level depending on the average value of z on the corners of the grid.

Examples