serial

[Quick] Saving CSV data from Arduino to Matlab

Tag: , , , , |

In this post we will save data coming from a sensor connected to Arduino to a Matlab structure or a txt file. CSV stands for comma separated values. Something like A,val1,val2,val3,B Requirements We've seen a basic Matlab-Arduino serial communication here We've played around with the gyroscope in this post You can check this article