Importing matlab values into Simulink Stateflow

I am using simulink stateflow for my controller. This controller has to receive data from another computer using UDP protocol. I have written a matlab function to receive the data (as the udp model in simulink doesn't work well with my model). In my matlab function, when new data is received, it is processed by the datagramrecivedFcn callback function and an output is produced. However I am not sure on how I can transfer the output from the callback function directly into my stateflow model.
Can anyone please provide some advice, thanks in advance!

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 25 Jul. 2012

1 Stimme

You should probably use one of the three MATLAB Function blocks to call your MATLAB code as part of the model.

Kategorien

Mehr zu Decision Logic finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 25 Jul. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by