|
Contents | Previous | Next | Subchapters |
| Syntax |
colbase(matrix)
|
| See Also | rowbase , base |
colbase command was present in version 4 of O-Matrix
but has been removed in version 5.
If this command is used in version 5,
an error message to this effect is displayed.
The old documentation for the colbase command is included below to aid
in converting programs that use this command to run under version 5.
x = [1, 2, 3]
base x(0, 2)
colbase(x)
returns
2