How can I load tsv extention file in matlab (e.g. data01.tsv)?

How can I load tsv extention file in matlab (e.g. data01.tsv)?

4 Comments

Is it a binary file or ascii? If ascii how the data is? If binary you should know how data is written.
You should be able to use all tools made for csv files that allow you to define a delimiter.
The best functions to start with: READTABLE, READCELL, or READMATRIX.

Sign in to comment.

 Accepted Answer

code

2 Comments

I deleted your attachment, as it came from this FEX entry and you didn't attribute the file to the original author.
Oh no!, I am extremely sorry for my mistake.

Sign in to comment.

More Answers (0)

Products

Release

R2020b

Community Treasure Hunt

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

Start Hunting!