Unrecognized function or variable 'gausswin'
显示 更早的评论
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 个评论
Walter Roberson
2022-5-24
Reinstall the toolbox.
Torsten
2022-5-24
I have the Signal Processing Toolbox installed.
And licenced ?
What do you get if you enter
license checkout Signal_Processing_Toolbox
Alessia Perilli
2022-5-24
Alessia Perilli
2022-5-24
回答(1 个)
Walter Roberson
2022-5-26
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!