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