Is it possible to collect data from a C++ program and then process it in MATLAB?

2 views (last 30 days)
Hello everyone,
I was just curious as to whether it was possible to have Matlab call a C++ program that will collect data and once enough data was collected it would pass the data as a variable to Matlab at which Matlab will process it?
I wish to keep to Matlab as I am using the neural network toolbox to process the collected data and I have not seen whether it is possible to call the toolbox in MEX files.
Thanks in advance :)

Answers (1)

dpb
dpb on 26 Oct 2014
See
doc mexCallMATLAB

Community Treasure Hunt

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

Start Hunting!