From: F.S. on
Hi,

I have a software that collects data from a wireless device into a file. I need to process this data in real-time in Matlab. How can I do that i.e at one end the file is being continuously written by the software and at the other end I have to read and process the data in the last line of the file. I have been told that there is a function in Matlab that enables treating a file like a serial port. Can any one explain how that works.

Thanks