cell_test


cell_test, an Octave code which calls cell(), which defines a cell array, a generalization of an array which can compactly store and retrieve vector or matrix data of varying size, such as the rows of a triangular matrix.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

cell, an Octave code which defines a cell array, a generalization of an array which can compactly store and retrieve vector or matrix data of varying size, such as the rows of a triangular matrix.

Source Code:


Last revised on 08 September 2024.