Does student version include SR_Control_Toolbox?

5 visualizzazioni (ultimi 30 giorni)
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 Commenti
Walter Roberson
Walter Roberson il 31 Gen 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 il 1 Feb 2016
Yes, that really looks there is something on the path that confuses here. I doubt a clean slate installation has this.

Accedi per commentare.

Risposta accettata

Andreas Goser
Andreas Goser il 31 Gen 2016
Modificato: Andreas Goser il 31 Gen 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 Commenti
Andreas Goser
Andreas Goser il 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 il 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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by