Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: R - S
> SHAPE
SHAPE
Returns the dimensions of a matrix.
Format
SHAPE (M)
Argument
M
A matrix.
Example
The following example illustrates the use of the SHAPE function:
Function
SHAPE({1, 2, 3})
Result
{3, 1}
Learn more about matrix/array functions
.
This site works best with JavaScript enabled