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
Post a Comment