Exchange data between a running Matlab script and Simulink
Show older comments
We are students trying to autonomously run a RC car along a pre determined circuit.
The problem we are facing now is the following: We would like to control the car through Simulink (the car is running ROS) and at the same time run a Matlab script that exports its data to Simulink.
The Matlab script receives data from a motion capture system, which is then needed to locate and control the car in Simulink. We tried to use a Matlab function block, but there are commands (like addpath, fullfile) that are not supported in this case.
We are running on Windows.
Does anyone know if it is possible?
Accepted Answer
More Answers (0)
Categories
Find more on Block Libraries in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!