read teensy data into matlab

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.

Antworten (2)

Image Analyst
Image Analyst am 25 Feb. 2019
Bearbeitet: Image Analyst am 25 Feb. 2019

0 Stimmen

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 Kommentare

Ejay Nsugbe
Ejay Nsugbe am 25 Feb. 2019
The teensy file is from my 'COM5' so presumably serial data. My question is based around how I can read this data continously and save as possibly a CSV file.
Image Analyst
Image Analyst am 25 Feb. 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().

Melden Sie sich an, um zu kommentieren.

DISHENG XU
DISHENG XU am 26 Sep. 2019

0 Stimmen

Have you solved it? I have the same problem.

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 25 Feb. 2019

Beantwortet:

am 26 Sep. 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by