matlab::data::StringArray

C++ class to access MATLAB string arrays

Description

Use StringArray objects to access MATLAB® string arrays. StringArray is defined as:

using StringArray = TypedArray<MATLABString>;

Class Details

Namespace:

matlab::data

Include:

TypedArray.hpp

See Also

Introduced in R2017b

Was this topic helpful?