shuffle
Class: matlab.io.datastore.Shuffleable
Namespace: matlab.io.datastore
Return a shuffled version of a datastore
Syntax
ds2 = shuffle(ds)
Description
Input Arguments
Output Arguments
Tips
You must implement the
shufflemethod by deriving a subclass from thematlab.io.datastore.Shuffleableclass. For more information, see Develop Custom Datastore.
Version History
Introduced in R2018a