Simulink Control Design license, license checkout failed
246 ビュー (過去 30 日間)
古いコメントを表示
When selecting "tune" on the PID controller in Simulink, I get the following error. I checked my lincense, looked under "Manage Products" and can see the "Simulink Control Design" listed under product. I tried reactivating my license but it did not work. How can I get the license to checkout?
1 件のコメント
採用された回答
Fangjun Jiang
2020 年 12 月 14 日
編集済み: Stefanie Schwarz
2021 年 5 月 10 日
(1) Run this:
flag=license('checkout','Simulink_Control_Design')
license('inuse')
(2) To check if you have "Simulink Control Design" toolbox installed, run "ver slcontrol"
7 件のコメント
Ben Denaro
2022 年 3 月 17 日
I actually just figured mine out. I needed to install the control system toolbox as well as the Simulink control design toolbox.
その他の回答 (1 件)
Dominik Grochowski
2022 年 4 月 5 日
"""
I actually just figured mine out. I needed to install the control system toolbox as well as the Simulink control design toolbox.
"""
Worked for me
4 件のコメント
uppara manikanta
2023 年 5 月 16 日
i have the simulink control design in my license but it is not showing in my matlab workspace. when i tried to run with Ver command, it is not showing.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!