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!