hasdata
Determine if simulink.cloud.MultisimDatastore has data available
to read
Since R2026a
Syntax
Description
returns
logical tf = hasdata(mds)1 if the datastore mds contains unread data
available to be read. Use this function to determine if further calls to
read will return new data. When mds does not have
data available to read, hasdata returns 0. If you
want to re-read the data, move the read position back to the start using
reset.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a