Using the C++ Math Library    

Cell Content Indexing

These two versions of the cell() member function let you index into the contents of a cell. For example, A.cell(1,2) refers to the contents of the cell in the second column of the first row in an array A.

The cell() member functions follow the library convention for varargin functions. You can pass up to 32 arguments to the functions. To index into more than 32 dimensions, you must construct an mwVarargin object and pass it as the first argument. That object allows you to reference an additional 32 arguments, the first of which can again be an mwVarargin object.

The second non-const signature supports calls that are targets of the assignment operator and modify the contents of a cell.


 Array Indexing Structure Field Indexing