Importing matlab values into Simulink Stateflow
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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!
0 Commenti
Risposte (1)
Kaustubha Govind
il 25 Lug 2012
You should probably use one of the three MATLAB Function blocks to call your MATLAB code as part of the model.
0 Commenti
Vedere anche
Categorie
Scopri di più su Decision Logic in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!