Main Content

shuffle

Shuffle data in datastore

Description

dsrand = shuffle(ds) returns a datastore that contains a random ordering of the data from datastore ds.

Input Arguments

collapse all

Output Arguments

collapse all

Output datastore, returned as a datastore of the same type as ds that contains randomly ordered data from ds.

Version History

Introduced in R2018b