Importing matlab values into Simulink Stateflow
Afficher commentaires plus anciens
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!
Réponses (1)
Kaustubha Govind
le 25 Juil 2012
1 vote
You should probably use one of the three MATLAB Function blocks to call your MATLAB code as part of the model.
Catégories
En savoir plus sur Simulink Functions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!