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!

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2012년 7월 25일

1 개 추천

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

카테고리

도움말 센터File Exchange에서 Decision Logic에 대해 자세히 알아보기

제품

질문:

2012년 7월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by