ndims

Type: External

Group: General

Syntax

answer = ndims(value)

Description

Returns the sign of value.

Notes

.

Examples

a=rand(5,5);
ndims(a) -> 2

a=rand(5,5,5)
ndims(a) -> 3

See Also

template