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.

답변 (2개)

Image Analyst
Image Analyst 2019년 2월 25일
편집: Image Analyst 2019년 2월 25일

0 개 추천

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

Ejay Nsugbe
Ejay Nsugbe 2019년 2월 25일
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 2019년 2월 25일
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
DISHENG XU 2019년 9월 26일

0 개 추천

Have you solved it? I have the same problem.

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

질문:

2019년 2월 25일

답변:

2019년 9월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by