C++ class to access MATLAB cell arrays
A CellArray
is a TypedArray
with Array
as
the element type. Use CellArray
objects to access MATLAB® cell arrays. To create a CellArray
, call createCellArray
in the ArrayFactory
class.
CellArray
is defined as:
using CellArray = TypedArray<Array>;
Namespace: | matlab::data |
Include: | TypedArray.hpp |