Is there a way to open .xff files in Matlab?
Mostra commenti meno recenti
Dear Matlab community,
I have a file with extension .xff. The file is coming from the Hilti PS 200 Ferroscan.
Is there a way to open it or extract the data in Matlab?
Thanks in advance!
3 Commenti
Guillaume
il 6 Dic 2018
Strictly speaking, you can open any file in matlab. Making sense of what's in the file is another question all together. If what's in the file is just plain text, there are many ways to import that in matlab depending on the actual text format. If the data has been stored in the file as binary then I'd look into the FileExchange to see if somebody has written an importer. I would also recommend having a look at the website of the manufacturer to see if they haven't written such a importer.
Philipp Truffer
il 7 Dic 2018
Guillaume
il 7 Dic 2018
It's fairly common for software to have its own unspecified file format that's not meant to be shared, but usually there's always the option to export the same data in a well documented standard format that you could easily load in matlab.
Risposte (0)
Categorie
Scopri di più su Standard File Formats in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!