|
array, empty
|
Array, empty
|
|
|
|
logical scalar
|
Boolean
|
|
|
|
logical vector
|
Array of boolean
|
|
|
|
logical array
|
Nested array of boolean
|
|
'[[false,true,false],[true,true,false]]'
|
|
character vector
|
String
|
|
|
|
character array
|
Array of strings
|
|
|
|
string scalar
|
String
|
|
|
|
string vector
|
Array of strings
|
|
|
|
string array
|
Nested array of strings
|
|
'[["AC","EG"],["BD","FH"]]'
|
|
empty character vector
|
String
|
|
|
<missing>
|
null
|
|
|
|
numeric scalar
|
Number
|
|
|
|
numeric vector
|
Array of numbers
|
|
|
|
numeric array
|
Nested array of numbers
|
|
|
|
complex numbers
|
Not supported
|
|
|
|
table
|
Array of objects
|
|
'[{"Name":"Jones","Age":40},{"Name":"Brown","Age":49}]'
|
|
cell scalar
|
Array of 1 element
|
|
|
cell vector
|
Array
|
|
|
cell array
|
Array flattened to a single dimension
|
|
|
|
structure scalar
object scalar
|
Object
Object
(Public properties encoded as
name-value
pairs.)
|
|
|
|
structure vector
object vector
|
Array of objects
|
|
'[{"a":true},{"a":true},{"a":false}]'
|
|
structure array
object array
|
Nested array of objects
|
|
|
|
datetime scalar
|
String (
string
method used to convert
date and time to string format.)
|
|
|
|
datetime vector
|
Array of strings
|
'["08-Apr-2015","09-May-2015"]'
|
|
datetime array
|
Nested array of strings
|
'[["01-Apr-2015","01-May-2015"],
["01-Jun-2015","01-Jul-2015"]]'
|
|
categorical scalar
|
String (
string
method used to create
string format.)
|
|
|
categorical vector
|
Array of strings
|
|
|
categorical array
|
Nested array of strings
|
|
|
containers.Map
|
Object
|
|
'{"Feb":368,"Jan":327,"Mar":197}'
|
|
enumeration
|
String
|
|