Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: math
See also: cplot

Quantlet: cplotfunc
Description: Plots a function of x and y-space

Usage: cplotfunc (y)
Input:
y n x 2 complex matrix

Example:
library("math")
g = grid(-2, 0.2, 41)
x = complex(g.*matrix(rows(g),rows(g)), g'.*matrix(rows(g),rows(g)))
y = cmul(x,x)
cplotfunc(y)

Result:
plot of y



Author: S. Klinke, 19970530
(C) MD*TECH Method and Data Technologies, 05.02.2006