Streaming data from C++ to matlab

1 view (last 30 days)
Chanuka
Chanuka on 31 Aug 2014
Hi all, For my final yr project i have a fpga sending data via usb.data is captured from c++ and generates decimal integers.currently i use matlab engine api to plot these values.its not the most efficient way as i want to manipulate (ex:doing fft, add filters) data and i dont want to do in in c++ using engine api.is there anyway i can stream this data to matlab using c++ and plot them within matlab it self?

Answers (0)

Community Treasure Hunt

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

Start Hunting!