How can I load tsv extention file in matlab (e.g. data01.tsv)?
Ältere Kommentare anzeigen
How can I load tsv extention file in matlab (e.g. data01.tsv)?
4 Kommentare
KSSV
am 17 Mai 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
am 17 Mai 2022
Rik
am 17 Mai 2022
You should be able to use all tools made for csv files that allow you to define a delimiter.
Stephen23
am 20 Mai 2022
The best functions to start with: READTABLE, READCELL, or READMATRIX.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!