- * # Write that meta-data-display like function in MATLAB code as an m file.
- * # convert that file into a Simulink block-Function available in MATLAB itself!
- * # Attach that block to the Simulink model.
- * # It ought to work in the start, only. No problems there, i think.
- * # Compile and Run.
Info
此问题已关闭。 请重新打开它进行编辑或回答。
Is it possible to set up the executable generated from Simulink model to run execute some functionality only once?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm using Simulink models to generate windows executables (using Simulink Coder). I want to display some information (metadata-like info) about the model in the console at the start of execution.
I can achieve this behaviour when running the model in Simulink by adding a MATLAB function to InitFcn of the model. However, it does not work when I generate an executable from the same model. I was wondering if there is a way of adding it to model_initialise so that it runs only at the start. The only way I have been able to do so far is to include the MATLAB function in the actual Simulink model inside an enabled subsystem that is activated only for one frame. However, to me, it looks more like a hack than a proper solution.
I'm not exactly keen on manually editing the code as this would be rolled out to users who are not software engineers.
Any help would be much appreciated.
Thank you,
sunny
0 个评论
回答(1 个)
RahulTandon
2018-5-2
Bro, This attempt might not be the best.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!