Why i get error message when trying using lowpass?
古いコメントを表示
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
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
2025 年 2 月 13 日
0 投票
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.
カテゴリ
ヘルプ センター および File 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!