shuffle
Shuffle files in datastore
Description
creates a deep copy of the input datastore, shuffledADS
= shuffle(ADS
)ADS
, and shuffles the files
using randperm
.
Examples
Shuffle Files
Create an audioDatastore
object ADS
. Shuffle the files to create a new datastore containing the same files in random order.
ADS = audioDatastore(fullfile(matlabroot,'toolbox','audio','samples'))
ADS = audioDatastore with properties: Files: { ' .../build/matlab/toolbox/audio/samples/Ambiance-16-44p1-mono-12secs.wav'; ' .../matlab/toolbox/audio/samples/AudioArray-16-16-4channels-20secs.wav'; ' .../toolbox/audio/samples/ChurchImpulseResponse-16-44p1-mono-5secs.wav' ... and 34 more } Folders: { '/mathworks/devel/bat/Bdoc23b/build/matlab/toolbox/audio/samples' } AlternateFileSystemRoots: {} OutputDataType: 'double' Labels: {} SupportedOutputFormats: ["wav" "flac" "ogg" "opus" "mp4" "m4a"] DefaultOutputFormat: "wav"
ADSshuffled = shuffle(ADS)
ADSshuffled = audioDatastore with properties: Files: { ' .../build/matlab/toolbox/audio/samples/Turbine-16-44p1-mono-22secs.wav'; ' .../matlab/toolbox/audio/samples/RandomOscThree-24-96-stereo-13secs.aif'; ' .../matlab/toolbox/audio/samples/WashingMachine-16-8-mono-1000secs.mp3' ... and 34 more } Folders: { '/mathworks/devel/bat/Bdoc23b/build/matlab/toolbox/audio/samples' } AlternateFileSystemRoots: {} OutputDataType: 'double' Labels: {} SupportedOutputFormats: ["wav" "flac" "ogg" "opus" "mp4" "m4a"] DefaultOutputFormat: "wav"
Input Arguments
ADS
— Input audio datastore
audioDatastore
object
Input audio datastore, specified as an audioDatastore
object.
Output Arguments
shuffledADS
— Shuffled audio datastore
audioDatastore
object
Shuffled audio datastore, returned as an audioDatastore
object containing randomly ordered files from ADS
.
Version History
Introduced in R2018b
Open Example
You have a modified version of this example. Do you want to open this example with your edits?
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)