Main Content
read
Description
reads the number of values specified by data
= read(v
,count
,datatype
)count
in the form specified by
datatype
and returns the data. The datatype
argument is a character vector of a standard MATLAB data type. For all numeric datatype
types,
data
is a row vector of double values. For the text type
datatype
values of "char"
or
"string"
, data
is of the specified type.
Examples
Input Arguments
Version History
Introduced in R2021a