how can import data from a file which has no extension
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Stephen23
2017 年 7 月 17 日
編集済み: Stephen23
2017 年 7 月 17 日
@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).
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!