Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: size_equal (a, b, …)

Return true if the dimensions of all arguments agree.

Trailing singleton dimensions are ignored. When called with a single or no argument size_equal returns true.

See also: size, numel, ndims.

Package: octave