matlab::data::CellArray - C++ class to access MATLAB cell arrays - MATLAB (original) (raw)

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;

Class Details

Namespace: matlab::data
Include: TypedArray.hpp

Version History

Introduced in R2017b

See Also

createCellArray