Main Content
isSubsettable
Syntax
Description
tf = isSubsettable(
returns logical
ds
)1
(true
) if the datastore is able to be subsetted.
If the datastore is not subsettable, the result is logical 0
(false
). Datastores containing underlying datastores, such as
TransformedDatastore
, CombinedDatastore
, and
SequentialDatastore
, are subsettable only when all underlying
datastores are subsettable.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2022b