Main Content

matlab::data::CellArray

C++ class to access MATLAB cell arrays

Description

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>;

Class Details

Namespace:

matlab::data

Include:

TypedArray.hpp

Version History

Introduced in R2017b