Is it possible to callback model parameters for a matlab function block in a simulink model from right click/model properties/callbacks?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone, i am trying to callback a matrix i have put in the model intialization function section when you right click on a simulink model and select model properties, then go on the callbacks tab.
The callbacks are recognised by the standard simulink fuction blocks, but not by the matlab function blocks
When i select the block, and go view, property inspector, there is no option for callbacks for this block, so i have to write the parameter within the matlab m file code for everything to run
I just would like to have all the model parameters in one place if possible,
Thanks in advance,
regards,
Aly
0 件のコメント
回答 (1 件)
Shivang Menon
2017 年 1 月 23 日
Right click on MATLAB Function block, go to properties, go to callbacks tab. For some reason, the property inspector of MATLAB Function block is different and does not show callbacks - MATLAB Function block editor
2 件のコメント
Akash Menon
2018 年 12 月 11 日
I have the same issue- if I put it in my function block- it gets re-initialized with every time step of the simulation. The simulation is basically like one big loop so it has to be initialized outside that in the callbacks.
I's also using Stateflow- will see if I can initialize it there using callbacks instead of writing the function block.
But do you have any advice on how to go about it?
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!