Using the C++ Math Library    

Indexing into Cell Arrays

This section describes how to:

The examples all use the cell array N. N contains four cells: a 2-by-2 double array, a string array, an array that contains a complex number, and a scalar array.

This MATLAB code creates the array:

This MATLAB C++ Math Library code creates the array:


 Deleting Elements from an Array Overview