필터 지우기
필터 지우기

Function does not work despite having lisence

조회 수: 3 (최근 30일)
Trevor Harris
Trevor Harris 2016년 9월 1일
댓글: Madalina Rîurean 2020년 11월 24일
Hello everyone,
I'm trying to use the pwelch function, which is part of the signal processing toolbox, but I'm getting an error. Check out the screenshot which shows my licence is valid, but still the function does not run. The script I'm trying to run is an example provided in the matlab help file for pwelch (which does come up when I type help pwelch). Any ideas as to what may be going on?
Thanks! Trevor
  댓글 수: 2
michio
michio 2016년 9월 1일
Could you execute
which -all pwelch
to see if you have the function installed.
Madalina Rîurean
Madalina Rîurean 2020년 11월 24일
I have the same problem. Matlab returns 'pwelch' not found. How do I install it?

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

답변 (1개)

Star Strider
Star Strider 2016년 9월 1일
Don’t panic! You could simply have a path problem.
Run these from the Command Window or from your script:
restoredefaultpath
rehash toolboxcache
Then give your pwelch call another go.
If that doesn’t work, and you’re still having problems, contact Tech Support.
  댓글 수: 2
Trevor Harris
Trevor Harris 2016년 9월 1일
Thanks for the suggestion. That didn't solve the problem, so I've contacted support. I'll let you know how it goes!
Trevor
Star Strider
Star Strider 2016년 9월 1일
My pleasure. Also, my sympathies. I hope you can avoid reinstalling.

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

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by