Read/write data from matlab?

Is there a way for me to read/write data to/from matlab?

I know nothing about matlab, but if I need a colleague to send me some data,
what should I tell her about how to save it from matlab so that I can
import it into matplotlib/numpy?

Hi,

ยทยทยท

On Thu, Feb 14, 2008 at 3:10 PM, Neal Becker <ndbecker2@...287...> wrote:

Is there a way for me to read/write data to/from matlab?

I know nothing about matlab, but if I need a colleague to send me some data,
what should I tell her about how to save it from matlab so that I can
import it into matplotlib/numpy?

There's scipy.io.loadmat . As far as I know it reads all valid mat
files, but happy to be corrected!

Matthew