how can import data from a file which has no extension
Show older comments
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 Comments
Jan
on 13 Jul 2017
You should have any further information about the file. Where did you get the file from? What kind of data are you expect? How do you know the the file contains "some useful data"? Having the file only, which is partially a text and partially a binary file, does not allow to guess its format.
Robert
on 13 Jul 2017
Looks like a binary format that is not a mat file. For V5 Matfile the first 116 bytes should be readable ascii, for v4 start with a MOPT header. Neither can be found. So without answering Jan's questions we can't help you.
SANKAR JYOTI NATH
on 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).
Answers (0)
Categories
Find more on Time Series Events in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!