read
R2026bDescription
Input Arguments
Output Arguments
Tips
read(ds)returns an error if there is no more data in the input datastore,ds. Usehasdata(ds)withread(ds)to avoid the error.
Version History
Introduced in R2026b
read(ds) returns an error if there is no more data in the
input datastore, ds. Use hasdata(ds) with
read(ds) to avoid the error.
Introduced in R2026b