MATLAB Help Center
Read first file from datastore for preview
data = preview(ADS)
data = preview(ADS) always reads the first file from ADS. preview does not affect the state of ADS.
data
ADS
preview
example
collapse all
Specify the file path to the audio samples included with Audio Toolbox™. Create an audio datastore that points to the specified folder.
folder = fullfile(matlabroot,'toolbox','audio','samples'); ADS = audioDatastore(folder);
Preview the data in the audio datastore.
data = preview(ADS); plot(data)
audioDatastore
Specify ADS as an audioDatastore object.
Subset of data, returned as an array of audio samples.
Introduced in R2018b
audioDatastore | hasdata
hasdata
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
Europe
Asia Pacific
Contact your local office