Unrecognized function or variable 'helperExt​ractAudito​ryFeatures​'

조회 수: 9 (최근 30일)
Divya Singh
Divya Singh 2020년 6월 19일
답변: Brian Hemmat 2020년 6월 22일
I am trying to run this code - Speech Command Recognition using Deep learning - https://in.mathworks.com/help/deeplearning/ug/deep-learning-speech-recognition.html
but this error is coming - Unrecognized function or variable 'helperExtractAuditoryFeatures'
can someone please helpout. i would be really grateful. thanks.

답변 (3개)

Brian Hemmat
Brian Hemmat 2020년 6월 22일
Hi Divya,
Please click the "open this example" button on the top right corner of the example. The "helperExtractAuditoryFeatures" function is a local function to the example. When you click the "open this example" button, the example is opened in a temporary directory and all necessary helper files are placed on path.
Thanks,
Brian

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 6월 19일
I sense two possible reasons:
  1. Deep learning toolbox in not installed. (Type "ver" in the command window, it shows all installed toolboxes)
  2. You are using earlier version of MATLAB (prior 2017a)
  댓글 수: 1
Divya Singh
Divya Singh 2020년 6월 19일
nope. I have 2019a and have deep learning toolbox installed. is "helperExtractAuditoryFeatures" a built in function?

댓글을 달려면 로그인하십시오.


Aayush Shah
Aayush Shah 2020년 6월 19일
Hi Divya,
My understanding of your question is that you are getting an error Unrecognized function or variable while using the helperExtractAuditoryFeatures function of the deep learning library. There are multiple reasons for getting this error and they’re mentioned in the following post:
Each type of reason is well explained in the above link and your issue will be resolved with the information present there.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by