How to separate data received on Simulink in real time ?
Show older comments
Hello !
We need your help for our project !
We are receiving data from a Xbee module thanks to Query instrument module in Simulink in real time in a one column array. But we would like to separate directly on Simulink those values in different arrays to draw each graph. However, we don't know how to do that !
For example : The Xbee module sends values regroup like this: Value 1 = Data 1; Value 1 = Data 2; Value 1 = Data 3; Value 2 = Data 1; Value 2 = Data 2; Value 2 = Data 3...
So what we are expected to is the following thing : Data 1 = Value1,Value2... Data 2 = Value1,Value2... Data 3 = Value1,Value3...
And then we want to display graph(data 1), graph(data2), graph(data3)
Thanks in advance !
Answers (0)
Categories
Find more on Verification, Validation, and Test in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!