Can't use Matlab Toolbox functions

9 views (last 30 days)
S Li
S Li on 4 Aug 2015
Commented: S Li on 4 Aug 2015
Dear All,
I am using Matlab 2013b, and the "ver" command produces info as shown at the end of this message.
Although I can find many signal processing functions, e.g. butter.m, under directory "Matlab2013b\Toolbox\signal\signal", I can't use them. For instance, typing in "[z,p,k] = butter(6,0.7,'high')" in the matalb command window generates an error "Undefined function 'butter' for input arguments of type 'double'". Then I manually added the Toolbox folder and sub-folders into path, it did not resolve the problem. Then I typed in "which butter", it shows "C:\Program Files\Matlab\2013b\tool box\signal\eml\butter.m % Has no license available".
I wonder does this mean I do not have a valid license to use the signal processing tool box even though the tool box is installed as indicated by the "ver" command as shown below?
Thanks for your advice and help in advance.
Sinan
-------------------------------------------------------------------------------------
MATLAB Version 8.2.0.701 (R2013b)
MATLAB License Number: •••••••
Operating System: Microsoft Windows 7 Version 6.1 (Build 7601: Service Pack 1)
Java VM Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-------------------------------------------------------------------------------------
MATLAB Version 8.2 (R2013b)
Signal Processing Toolbox Version 6.20 (R2013b)

Answers (1)

Walter Roberson
Walter Roberson on 4 Aug 2015
Installing the software does not mean that you are licensed to use it. You need to activate the license for the toolbox, or you need to update your license file. If you are the listed asset manager or the technical contact then you can use the License Center to fetch the license file. (Provided you purchased the license, that is.)
  1 Comment
S Li
S Li on 4 Aug 2015
Dear Walter, Thank you very much for your help!
Regards, Sinan

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!