how can I reliably stream data out of a matlab program? -


i have create matlab program gets , transforms streaming data receives sensor. needs, in turn, push out output data stream, application. there matlab command/api can used piping out continuous output stream matlab?

http? process piping? other?

you can stream using udp, it's really crappy. have had many issues this. not not able stream 1 megabyte / second of float data without dropping packets left , right. switched open source program octave http://www.gnu.org/software/octave/ matlab compatible (your .m code runs is) , can handle fast udp streams way better.

if doing sensor control should stick tcp.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -