We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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
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().
saveTable()
Answers
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()
.