How to save values from processing to matlab

Hi all , i'm reading sensor values using processing and arduino , i need to know how to How to save datas into matlab workspace thanks

Answers

  • edited March 2015

    I know that's an old post, I'll leave the answer here anyway.

    Matlab can import csv, right? Then, what you need is Table class, just populate a table with your data and create a csv file using saveTable().

Sign In or Register to comment.