how can import data from a file which has no extension
1 view (last 30 days)
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
Stephen23
on 17 Jul 2017
Edited: Stephen23
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)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!