Simulink Control Design license, license checkout failed

125 views (last 30 days)
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 Comment
Mateo Alvarez
Mateo Alvarez on 7 May 2023
Just install, I had this problem
Simulink Control Design toolbox

Sign in to comment.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 14 Dec 2020
Edited: Stefanie Schwarz on 10 May 2021
(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 Comments
Ben Denaro
Ben Denaro on 17 Mar 2022
I actually just figured mine out. I needed to install the control system toolbox as well as the Simulink control design toolbox.

Sign in to comment.

More Answers (1)

Dominik Grochowski
Dominik Grochowski on 5 Apr 2022
The comment by Ben Denaro says:
"""
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 Comments

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!