how can import data from a file which has no extension
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
The file has some useful data but i am unable to open it....file has been attached bellow need your help to open it
4 Kommentare
Stephen23
am 17 Jul. 2017
Bearbeitet: Stephen23
am 17 Jul. 2017
@SANKAR JYOTI NATH: you have three options:
- Find an existing file parser for that file specification (e.g. researchers, FEX, etc).
- Write it yourself using that specification (hint: fread, fscanf, etc).
- Get someone else to write it for you (paying a few pieces of eight of course).
Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!