Importing real time data from matlab workspace into simulink

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)

You could use the Instrument Control Toolbox block set in Simulink:

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 6 Aug 2015

Answered:

on 6 Aug 2015

Community Treasure Hunt

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

Start Hunting!