Unrecognized function or variable 'gausswin'

조회 수: 8 (최근 30일)
Alessia Perilli
Alessia Perilli 2022년 5월 24일
댓글: Alessia Perilli 2022년 5월 29일
Hello,
I have a problem with the function gausswin. I get the error "Unrecognized function or variable 'gausswin'". I have the Signal Processing Toolbox installed.
What can be the problem?
Thanks!
  댓글 수: 4
Alessia Perilli
Alessia Perilli 2022년 5월 24일
I thought so, but indeed I get:
License checkout failed.
License Manager Error -5
Cannot find a license for Signal_Processing_Toolbox.
It is an academic license, I got it from my university. Maybe I should check with them.
So is this the problem?
Alessia Perilli
Alessia Perilli 2022년 5월 24일
Something I tried now, before seeing your answer, is to add the toolbox folder to the search path. Now I get a similar error but on a different function,
Unrecognized function or variable 'eml_invariant'.
which I don't even know what it is.
Thank you for the answers!

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

답변 (1개)

Walter Roberson
Walter Roberson 2022년 5월 26일
eml_invariant is a function that would normally only be used during code generation. setdiff() and computer() do not contain any reference to them in normal times.
However, if you do not have a license for a toolbox, and you try to add to the path files that are intended to be used only by MATLAB Compiler or MATLAB Coder, then you can encounter problems with eml_invariant not being found, because you are executing a different version of the code only intended for code generation.
You need to install and license the missing toolbox, and make sure that the code generation directories are not on your MATLAB path.
  댓글 수: 1
Alessia Perilli
Alessia Perilli 2022년 5월 29일
Thank you, I solved by unistalling Matlab2022a and reinstalling 2021b, no problem with that version, all the licenses are ok.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by