Navigation

Operators and Keywords

Function List:

C++ API

cart2pol.m File Reference


Variables

 function [theta, r, z]

Variable Documentation

function[theta, r, z]

Initial value:

 cart2pol (x, y, z)

  if (nargin < 2 || nargin > 3)
    error ("cart2pol: number of arguments must be 2 or 3")