Main Content
matlab::data::StringArray
C++ class to access MATLAB string arrays
Description
Use StringArray
objects to access MATLAB® string arrays. To create a StringArray
, call createArray
or createScalar
in the
ArrayFactory
class with a MATLABString
template.
StringArray
is defined as:
using StringArray = TypedArray<MATLABString>;
Class Details
Namespace: | matlab::data |
Include: | TypedArray.hpp |
Version History
Introduced in R2017b