The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Method on @infsup: subsasgn (A, IDX, RHS)
Operator on @infsup: A(SUBS) = RHS

Perform the subscripted assignment operation according to the subscript specified by IDX.

The subscript IDX is expected to be a structure array with fields type and subs. Only valid value for type is "()". The subs field may be either ":" or a cell array of index values.

See also: @infsup/subsref, @infsup/end.

Package: interval