Are there any advantage of using TLC over hook make_rtw_hook?

4 ビュー (過去 30 日間)
svanimisetti
svanimisetti 2021 年 10 月 1 日
回答済み: Swatantra Mahato 2021 年 10 月 13 日
When create custom code generation target files and script, the author has the option to use pure TLC scripting language or <target>_make_rtw_hook.m script. As I understand one can do almost everything in make_rtw_hook.m script using native matlab scripting language as when using TLC scripting langauge. Also, you can probe the Simulink model using matlab script and get the same information as you would from TLC scripts (typically available from the .rtw files). So, for modern targets - is there a need to rely on TLC scripting language at all? If yes, under what circumstances does TCL shine over matlab scripting.

採用された回答

Swatantra Mahato
Swatantra Mahato 2021 年 10 月 13 日
Hi,
You can refer to the following documentation link for more information on STF_make_rtw_hook functions
In particular, from my understanding of the overall flow, the hook functions are a utility which can be used to customize the build process at certain phases of the build (for example interfacing with external tools), while the TLC scripts are directly involved in the actual code generation from the SImulink model.
Hope this helps

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

タグ

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by