Does student version include SR_Control_Toolbox?

5 views (last 30 days)
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
Walter Roberson
Walter Roberson on 31 Jan 2016
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.
Andreas Goser
Andreas Goser on 1 Feb 2016
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

Andreas Goser
Andreas Goser on 31 Jan 2016
Edited: Andreas Goser on 31 Jan 2016
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
Andreas Goser
Andreas Goser on 1 Feb 2016
Yeah, I was fuzzy with "pretty old" :-D
Side note: Today, one could purchase a MATLAB only SV.
Nisarga Ravindra
Nisarga Ravindra on 10 Mar 2017
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

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

Products

Community Treasure Hunt

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

Start Hunting!