Using the C++ Math Library    

Indexing into MATLAB Structure Arrays

This section describes how:

The MATLAB C++ Math Library supports two types of indexing on structures. The first, standard indexing, uses parentheses () and allows you to manipulate the structures in a structure array. The second, structure indexing, uses mwArray::field() to access the fields in the structure You pass the name of the field to values to mwArray::field().


 Deleting Elements from a Cell Array Overview