Does student version include SR_Control_Toolbox?

5 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2016-1-31
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 2016-2-1
Yes, that really looks there is something on the path that confuses here. I doubt a clean slate installation has this.

请先登录,再进行评论。

采纳的回答

Andreas Goser
Andreas Goser 2016-1-31
编辑:Andreas Goser 2016-1-31
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 个评论
Andreas Goser
Andreas Goser 2016-2-1
Yeah, I was fuzzy with "pretty old" :-D
Side note: Today, one could purchase a MATLAB only SV.
Nisarga Ravindra
Nisarga Ravindra 2017-3-10
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile 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!

Translated by