Is it possible to callback model parameters for a matlab function block in a simulink model from right click/model properties/callbacks?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Shivang Menon
le 23 Jan 2017
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 commentaires
Akash Menon
le 11 Déc 2018
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?
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!