Is it possible to callback model parameters for a matlab function block in a simulink model from right click/model properties/callbacks?

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

Shivang Menon
Shivang Menon il 23 Gen 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 Commenti
aly abidali
aly abidali il 25 Gen 2017
Shivang thank you for your answer, I highly appreciate it, but that didn't solve it... When im in simulink, and i right click and go on model properties, callbacks, I put most of my parameters in the initialise callback section, but for some reason when i use the matlab function blocks, it cant see the parameters that have loaded in the workspace, I have to specify them within each of the matlab function blocks for them to be seen, an example parameter would be I = 52 in model properties, callback, and i would have my fuction y=u*I in the fuction block, this will not work, i would have to put I = 52 within the matlab block for this to work, hope it makes sense
Akash Menon
Akash Menon il 11 Dic 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?

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by