Does student version include SR_Control_Toolbox?

I am receiving the error below when trying to use the tf function. I purchased the Student Edition and I was under the impression that my license would include those basic matlab functions.
Below is the error message I'm receiving.
Error using tf
License checkout failed.
License Manager Error -5
Cannot find a license for SR_Control_Toolbox.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2015b/5
Diagnostic Information:
Feature: SR_Control_Toolbox
License path:
C:\Users\Gabriel\AppData\Roaming\MathWorks\MATLAB\R2015b_licenses\license_Fageteanul_2515342_R2015b.lic;C:\Program
Files\MATLAB\R2015b\licenses\license.dat;C:\Program
Files\MATLAB\R2015b\licenses\*.lic
Licensing error: -5,357.

4 Comments

MATLAB Version 8.6 (R2015b)
Simulink Version 8.6 (R2015b)
Control System Toolbox Version 9.10 (R2015b)
Curve Fitting Toolbox Version 3.5.2 (R2015b)
Database Toolbox Version 6.0 (R2015b)
Global Optimization Toolbox Version 3.3.2 (R2015b)
Neural Network Toolbox Version 8.4 (R2015b)
Optimization Toolbox Version 7.3 (R2015b)
Parallel Computing Toolbox Version 6.7 (R2015b)
Signal Processing Toolbox Version 7.1 (R2015b)
Simulink Control Design Version 4.2.1 (R2015b)
Stateflow Version 8.6 (R2015b)
Statistics and Machine Learning Toolbox Version 10.1 (R2015b)
Symbolic Math Toolbox Version 6.3 (R2015b)
System Identification Toolbox
C:\Program Files\MATLAB\R2015b\toolbox\control\control\@tf\tf.m % tf constructor
C:\Program Files\MATLAB\R2015b\toolbox\control\control\@DynamicSystem\tf.m % DynamicSystem method, Has no license available
C:\Program Files\MATLAB\R2015b\toolbox\ident\ident\@idParametric\tf.m % idParametric method, Has no license available
C:\Program Files\MATLAB\R2015b\toolbox\shared\controllib\engine\@StaticModel\tf.m % StaticModel method
C:\Program Files\MATLAB\R2015b\toolbox\signal\signal\@dfilt\tf.m % dfilt method, Has no license available
Above is what i got from the two things i wrote
We are probably going to need to see what you passed to the function, including its class() . You do seem to have Control Systems Toolbox and you seem to have it licensed, but possibly you asked tf() to work on data that is of a different class, perhaps even something restored from a very old .mat file.
Yes, that really looks there is something on the path that confuses here. I doubt a clean slate installation has this.

Sign in to comment.

 Accepted Answer

Your R2015b Student Version may or may not have the Control System Toobox (which is a prerequisite for "tf" transfer functions. It really depends on what you have purchased. Can you provide the output of the "ver" command? It returns all installed toolboxes.
What puzzles me is the "SR_Control_Toolbox" name. To my best knowledge, this links to a product that is pretty old and not available for R2015b. Can you also share the return result for the command
which tf -all

3 Comments

When I looked, the only reference to SR_Control_Toolbox seemed to be the Optimal Control Toolbox in about 2004.
The regular Student Version license does include Control System Toolbox, but it is also possible for institutions to request customized Student Version packages for distribution to students; those could have just about any combination of the toolboxes available to students.
Yeah, I was fuzzy with "pretty old" :-D
Side note: Today, one could purchase a MATLAB only SV.
Hi, I have similar issue. When I run which tf -all
C:\Program Files\MATLAB\R2015b\toolbox\control\control\@tf\tf.m % tf constructor C:\Program Files\MATLAB\R2015b\toolbox\control\control\@DynamicSystem\tf.m % DynamicSystem method, Has no license available C:\Program Files\MATLAB\R2015b\toolbox\dsp\filterdesign\@mfilt\tf.m % mfilt method, Has no license available C:\Program Files\MATLAB\R2015b\toolbox\dsp\filterdesign\@adaptfilt\tf.m % adaptfilt method, Has no license available C:\Program Files\MATLAB\R2015b\toolbox\shared\controllib\engine\@StaticModel\tf.m % StaticModel method C:\Program Files\MATLAB\R2015b\toolbox\signal\signal\@dfilt\tf.m % dfilt method, Has no license available
This the output I got.
Can you help with this issue I am also using MATHLAB R2015b
Thanks, Nisarga

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!