Importing real time data from matlab workspace into simulink

2 views (last 30 days)
I've used Matlab to control and read data from a large sensor network. The sensors send data over a serial bus so I use the serial functions from Matlab to read the data and give commands to the sensors.
The data from the sensors needs to be exported to a Simulink model for processing in real time. The Simulink model needs to process the data as it is coming in and display it in real time.
Anybody know how to import data in this fast?

Answers (1)

Sean de Wolski
Sean de Wolski on 6 Aug 2015
You could use the Instrument Control Toolbox block set in Simulink:

Categories

Find more on Direct Interface Communication in Simulink 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!