Kretzu,
You can just hit record button on emotive, after you’ve done recording, save it in csv format. Then use the csvread function in matlab to load the data, ex, input_data=csvread(‘filename.csv’), don’t forget to delete first two rows from your excel file before loading it to matlab. Good luck!
Liu