compiling workspace variables in a model (protected or unprotected)
1 回表示 (過去 30 日間)
古いコメントを表示
I'm trying to make a packaged protected (compiled) model for use by a third party and would like to incorporate the required workspace parameters in the model file provided. Is there an option for embedding the required workspace parameters into the protected model?
0 件のコメント
回答 (1 件)
Stefan Raab
2016 年 4 月 19 日
編集済み: Stefan Raab
2016 年 4 月 20 日
Hello,
I suppose you can use the model workspace. You can achieve this by opening the Model Explorer (Ctrl + H) in your model. Click on the Base Workspace in the left tree and select, drag and drop (but then they are also removed from the BW) or copy the desired values from the middle panel to the Model Workspace of your model in the left tree. When you use parameters in a model, Simulink will first look for them in the Model Workspace.
Kind regards, Stefan
1 件のコメント
Mariana
2020 年 6 月 11 日
I have tried that. If I do that I can run my model and the variables are used, but I am not able to compile the model with Simulink Coder. Is there a limit size of the variables stored into simulink's workspace?
参考
カテゴリ
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!