read teensy data into matlab
Afficher commentaires plus anciens
Hi,
I am trying to create a way of reading a teensy3.6 output data into matlab in CSV format/any Matlab readable format.
Any help would be appreciated.
Réponses (2)
Image Analyst
le 25 Fév 2019
Modifié(e) : Image Analyst
le 25 Fév 2019
0 votes
So the teensy file is in CSV format? Have you tried csvread()?
If that doesn't work, try importdata(), dlmread(), textscan(), or as a last resort, write your own custom reader.
2 commentaires
Ejay Nsugbe
le 25 Fév 2019
Image Analyst
le 25 Fév 2019
What format is the data in? How far have you gotten? Can you read it into MATLAB yet? If you can read it in, you can save it to a CSV text file from MATLAB with the function csvwrite().
DISHENG XU
le 26 Sep 2019
0 votes
Have you solved it? I have the same problem.
Catégories
En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!