Why i get error message when trying using lowpass?

5 次查看(过去 30 天)
Hi all,
when i try to use lowpass command, i got this message;
lowpass requires Signal Processing Toolbox.
The image as below;
I am using Academic version and i have installed Signal Processing toolbox during installation
Here is the image;
  1 个评论
Manikanta Aditya
Manikanta Aditya 2025-2-13
Check Installation:
  • Ensure that the Signal Processing Toolbox is installed. You can check this by typing the following command in MATLAB command window:
ver
  • Look for "Signal Processing Toolbox" in the list of installed toolboxes.

请先登录,再进行评论。

回答(1 个)

Star Strider
Star Strider 2025-2-13
Since it seems to be installed, you may be having path problems.
Run these from a script or your Command Window:
restoredefaultpath
rehash toolboxcache
then see if you have access to the Signal Processing Toolbox functions.
If you stiill have probleems after that, Contact Support.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by