code not working in MATLAB 2020b
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
EHIJAS KV
am 10 Nov. 2022
Kommentiert: EHIJAS KV
am 11 Nov. 2022
downloadFolder = matlab.internal.examples.downloadSupportFile("audio","SpeechEmotionRecognition.zip");
showing error:
Error using exist
The first input to exist must be a string scalar or character vector.
Error in matlab.internal.examples.downloadSupportFile (line 38)
if ~exist(localfile,'file')
Error in EmotionRec (line 39)
downloadFolder = matlab.internal.examples.downloadSupportFile("audio","SpeechEmotionRecognition.zip");
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 11 Nov. 2022
You appear to be using an older version of MATLAB. Use
downloadFolder = matlab.internal.examples.downloadSupportFile('audio','SpeechEmotionRecognition.zip');
0 Kommentare
Weitere Antworten (1)
Brian Hemmat
am 10 Nov. 2022
I can't reproduce this from my end (the download works fine).
Can you print the results of ver?
3 Kommentare
Image Analyst
am 11 Nov. 2022
Why did you not answer him? (Delete your liciense number when you paste it here)
Siehe auch
Kategorien
Mehr zu Speech Recognition finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!