| Using the C++ Math Library | ![]() |
Indexing and Subscripts
The mwArray interface supports multidimensional indexing, including cell array and structure indexing:
() supports multidimensional indexing into arrays, including access to cells or structures that make up an array.cell() supports indexing into the contents of a cell.field() supports indexing into the contents of a structure field.See Chapter 4, Indexing into Arrays for examples of how these routines are used.
| Constructors | Array Indexing | ![]() |