code not working in MATLAB 2020b
Mostrar comentarios más antiguos
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");
Respuesta aceptada
Más respuestas (1)
Brian Hemmat
el 10 de Nov. de 2022
0 votos
I can't reproduce this from my end (the download works fine).
Can you print the results of ver?
3 comentarios
EHIJAS KV
el 11 de Nov. de 2022
Image Analyst
el 11 de Nov. de 2022
Why did you not answer him? (Delete your liciense number when you paste it here)
EHIJAS KV
el 11 de Nov. de 2022
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!