How can I load tsv extention file in matlab (e.g. data01.tsv)?
Afficher commentaires plus anciens
How can I load tsv extention file in matlab (e.g. data01.tsv)?
4 commentaires
KSSV
le 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
le 17 Mai 2022
Rik
le 17 Mai 2022
You should be able to use all tools made for csv files that allow you to define a delimiter.
Stephen23
le 20 Mai 2022
The best functions to start with: READTABLE, READCELL, or READMATRIX.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!