How can I load tsv extention file in matlab (e.g. data01.tsv)?
Show older comments
How can I load tsv extention file in matlab (e.g. data01.tsv)?
4 Comments
KSSV
on 17 May 2022
Is it a binary file or ascii? If ascii how the data is? If binary you should know how data is written.
Ariful Islam
on 17 May 2022
Rik
on 17 May 2022
You should be able to use all tools made for csv files that allow you to define a delimiter.
Stephen23
on 20 May 2022
The best functions to start with: READTABLE, READCELL, or READMATRIX.
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!