Unable to Access Signal Processing Toolbox Functions
12 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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 Center 和 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!