Unable to Access Signal Processing Toolbox Functions

조회 수: 12 (최근 30일)
Benjamin Lassley
Benjamin Lassley 2019년 9월 1일
댓글: Andreas Siggelkow 2022년 6월 9일
Hey all,
I recently installed matlab and the signal processing toolbox for a class I am taking. However, when I try to use a function from this toolbox, I am met with "undefined function or variable 'xxxx'".
I have confirmed with ver that I have both matlab and the toolbox installed, and confirmed with license that I have the license for the toolbox.
>> zvect([1 + j, j, 3 -4*j, exp(j*pi), exp(2j*pi/3)])
Undefined function or variable 'zvect'.
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.6.0.1174912 (R2019a) Update 5
MATLAB License Number: STUDENT
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17134)
Java Version: Java 1.8.0_181-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.6 (R2019a)
Signal Processing Toolbox Version 8.2 (R2019a)
>> license('test','signal_toolbox')
ans =
1
Anyone know what the problem might be? Please help, I just spent $60 on software that isn't working.

답변 (1개)

Star Strider
Star Strider 2019년 9월 1일
First, run these from a script or your Command Window:
restoredefaultpath
rehash toolboxcache
Then try using the Signal Processing Toolbox functions again.
If your’e still unable to use them, click on the telephone handset icon in the upper right corner of this page to Contact Support.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by