Non inlined S function in a protected model
9 ビュー (過去 30 日間)
古いコメントを表示
I have a non-inlined S-function in a MDL. I need to create a protected model of this MDL. I am not very experienced with converting a non-inlined S function to an inlined S function. What are my options here to create the Protected model which contains a non-inlined S function inside the MDL.
Thanks
0 件のコメント
回答 (2 件)
Guy Rouleau
2024 年 5 月 17 日
non-inlined s-funciton are supported in protected model starting in R2021b
0 件のコメント
Kaustubha Govind
2013 年 6 月 25 日
A protected model cannot use noninlined S-functions directly or indirectly.
So unfortunately, it looks like you must write a TLC to make it an inlined S-function.
参考
カテゴリ
Help Center および File Exchange で Model Protection についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!