| Library: | math |
| See also: | cplotfunc |
| Macro: | cplot | |
| Description: | Plot of x and y in absolute space |
| Usage: | cplot (x, y) | |
| Input: | ||
| x | n x 1 complex vector | |
| y | n x 1 complex vector | |
library("math")
x = complex (normal(100), normal(100))
y = cln(x)
cplot(x, y)
plot of x and y
| Library: | math |
| See also: | cplotfunc |