import .data file
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello all. I am trying to find a way to import data from .data file. Is there a function that imports .data file or should I convert .data file to something else?
0 Commenti
Risposta accettata
Jan
il 16 Mag 2021
Remember, that ".data" is a part of the file name, which can be choosen freely. It does not tell anything about the internal format. There is not general rule how ".data" files have to look like, if they are text or binary files. Therefore it is impossible to guess, how the files have to be imported.
Ask the person, who have created these files. Posting asmall example of the contents might be useful also.
4 Commenti
Jan
il 16 Mag 2021
You want to import a file called "XYZ.data". We cannot know, how these files look like. Instead of howing us its contents, you mention another "metadata" file. The relation between the "metadata" and the "data" file is not clear. The readers cannot guess, how the file formats are defined.
Find the required information in the dodumentation of the software, which creates these files, or ask the authors of this software.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!