Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
Show older comments
pathToRecordingsFolder = fullfile(tempdir,'free-spoken-digit-dataset-master','recordings');
location = pathToRecordingsFolder;
Point audioDatastore to that location.
ads = audioDatastore(location);
Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
facing error while runing this code how to load fsd data or what to do
3 Comments
Jan
on 14 Jul 2022
The message is clear: There is no folder with this name. The solution is trivial: Choose an exsiting folder.
Rimsha Muzaffar
on 14 Jul 2022
Jan
on 14 Jul 2022
Correct. If there is no such data set in your personal temp folder, the code cannot run.
Please mention, what "taken from Matlab" exactly means.
Accepted Answer
More Answers (0)
Categories
Find more on AI for Signals and Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!