Does student version include SR_Control_Toolbox?

5 ビュー (過去 30 日間)
Gabriel Portillo
Gabriel Portillo 2016 年 1 月 30 日
コメント済み: Nisarga Ravindra 2017 年 3 月 10 日
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 Center および File ExchangeIntroduction 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