com.mathworks.matlab.types.CellStr
Java class to represent MATLAB cell array of char
vectors
Description
The CellStr
class provides support for passing data from Java® to MATLAB® as a MATLAB cell array of char
vectors (called a
cellstr
in MATLAB, see cellstr
). There are MATLAB functions that require cell arrays of char
vectors as inputs.
To pass arguments from Java to a MATLAB function requiring cellst
inputs, use the Java
CellStr
class to create a compatible type.
A MATLAB
cellstr
is mapped to a Java
String
array.
Creation
CellStr(Object
stringArray)
creates a CellStr
using a String
or String
array. The
String
array can have multiple dimensions.
Methods
Public Methods
| Get the |
| Compare one |
Examples
Version History
Introduced in R2016b