C++ class to access MATLAB string arrays
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>;
Namespace: | matlab::data |
Include: | TypedArray.hpp |