当我用compile​r打包调用了simu​link的app后,​更改数据无法更新输出​图像

3 次查看(过去 30 天)
zhang
zhang 2024-7-18
回答: zhang 2024-7-22
simInp=simulink.compiler.configureForDeployment(simInp);
如果我不加这行代码,打包后的exe就会报错以未知模式运行,加上这行代码后,显示模型无法更新,修改模型参数后,输出仿真图不变。

回答(2 个)

Esther
Esther 2024-7-22
Hi Zhang,
With my understanding you have tunable parameters in your Simulink model and you would like to generate an EXE for your model. I suggest that you use the setVariables method to set the values of the tunable parameters.
Please refer to the following MathWorks documentation link that provides detailed instructions on "Deploying A Simulation App with Simulink Compiler."

zhang
zhang 2024-7-22
I have used setVariables method to set the values of the tunable parameters.But I cant sim model。

类别

Help CenterFile Exchange 中查找有关 代码生成 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!