Signal Processing Toolbox is installed but i cant use freqz

조회 수: 16 (최근 30일)
Gabrielle Carbonneau
Gabrielle Carbonneau 2024년 3월 26일
댓글: Cris LaPierre 2024년 3월 27일
I use MATLAB online, the initial toolboxes are all already installed and cant be uninstalled
[H, F] = freqz(b , a, 512, Fe);
freqz requires one of the following:
Audio Toolbox
Communications Toolbox
DSP System Toolbox
Signal Processing Toolbox
Wavelet Toolbox
  댓글 수: 1
R
R 2024년 3월 26일
You can check if the license for Signal Processing Toolbox exists and is in use by executing the following commands in the MATLAB Command Window:
>> license('test','signal_toolbox')
>> license('inuse','signal_toolbox')
If it exists, and is not in use, you can check it out using the following code:
[status,errmsg] = license('checkout','signal_toolbox')
Refer to this documentaton for more information:

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

답변 (1개)

Cris LaPierre
Cris LaPierre 2024년 3월 26일
I suspect you may have connected to a bad worker. Creating a new session will connect you to a new worker, and should fix the issue. If not, then there may be a temporary outage impacting the experience. Those tend to be resolved relatively quickly.
If you continue to have issues, please contact support: https://www.mathworks.com/support/contact_us.html
  댓글 수: 1
Cris LaPierre
Cris LaPierre 2024년 3월 27일
The current recommendation is the exit your session and then launch a new session. There is an intermitent issue, so until a fix is in place, you may need to do this multiple times before you get a good session.

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

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by