Numeric or ASCII data, specified as a 1-by-N vector of numeric values or as a
character vector or string scalar of text. For all numeric datatype
types, data
is a row vector of values.
Example: write(device,[20:24],"int16")
writes the values
[20,21,22,23,24]
.
Data Types: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| char
| string