Programmatically make library targetlink compliant

13 views (last 30 days)
Hello, I have several "old" Simulink libraries and I have to make each of them "targetlink compliant".
In my Simulink Toolbar I have a button Targetlink -> Make Library TargetLink Compliant
Then I save my model and that's it. Is there a Matlab command that runs the "Make Library TargetLink Compliant"? I would like to automate the process in order to run it automatically on all my libraries.
Thank you in advance,
Dario Cassaniti

Answers (1)

Fangjun Jiang
Fangjun Jiang on 12 Nov 2020
I used to have it. I believe the command is tl_prepare_system(). See the document in your TargetLink installation.
  3 Comments
Dario Cassaniti
Dario Cassaniti on 12 Nov 2020
I guess so, but it's still not the dialog i need :-(

Sign in to comment.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!