Generate code from .rtw file

6 views (last 30 days)
Vit Valek
Vit Valek on 25 Jul 2019
Edited: Nick Sarnie on 15 Aug 2019
Hello,
I have file .rtw from model. Is possible to generate code from them or I must generate code only from model (Build Model)?
Thanks,
Vit

Answers (1)

Abhilash Padma
Abhilash Padma on 29 Jul 2019
Hi,
Yes, it is possible to generate code from .rtw file. You can use the rtwbuild() function and pass the name of the rtw file as an argument to this function to generate code.
  5 Comments
Nick Sarnie
Nick Sarnie on 10 Aug 2019
Edited: Nick Sarnie on 15 Aug 2019
Hi Vit,
The RTW file is not sufficient for complete code generation. The RTW file contains information about the model's properties, settings, and modeling style, but does not contain any algorithm or block code. The TLC compiler combines information in the RTW file with the algorithm code in TLC files to produce the final code.
Thanks,
Nick
Vit Valek
Vit Valek on 12 Aug 2019
Hi Nick,
Thank you for your answer!
Vit

Sign in to comment.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!