- Requires MATLAB
- Requires Simulink for using toolbox blocks
- Signal Processing Toolbox recommended
- Control System Toolbox recommended
System identification toolbox wil not open in 2017b. I have all the reguired licenses. Whats wrong?
2 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Chandani Madnani
2018-2-28
What do you see when you run the following command? [status,errmsg] = license('checkout','Identification_Toolbox')
Also the system requirements for System Identification Toolbox are:
2 个评论
john hanna
2018-8-15
I have the same problem. As a result I cannot run idnlgreydemo11. When I run the suggested command I get... status =
0
errmsg =
'License checkout failed.
License Manager Error -5
Cannot find a license for Identification_Toolbox.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2017b/5
Diagnostic Information:
Feature: Identification_Toolbox
License path: C:\Users\hannajo\AppData\Roaming\MathWorks\MATLAB\R2017b_licenses;C:\Program Files\MATLAB\R2017b\licenses\license.dat;C:\Program Files\MATLAB\R2017b\licenses\network.lic
Licensing error: -5,147.'
Walter Roberson
2018-8-15
john hanna: That license path hints that you are normally getting your license for System Identification by way of a network license, and that at the moment your network license server is telling MATLAB that it has no entries for that toolbox. The error message would have been different if it knew about the toolbox but had run out of available licenses.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!