Why i get error message when trying using lowpass?

조회 수: 5 (최근 30일)
Azmi Mohammad
Azmi Mohammad 2025년 2월 13일
답변: Star Strider 2025년 2월 13일
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