Read a .dat file
古いコメントを表示
i got a raw data file from streamware pro(hot wire anemometer tool)i need to extract voltage and time period from that file,this file can be opened only in that software i have more than 300 raw dat files i want to extract particular set of data from each file.
回答 (1 件)
Andreas Goser
2015 年 1 月 13 日
0 投票
- In MATLAB, go to the "Current Folder" (left in default layout), and select import data from the context menu.
- You may want to change settings that a presented automatically.
- Lastly, press Import Selection on the right and generate a script of function that you can reuses for this type of data.
2 件のコメント
BHARATHI RAJA
2015 年 1 月 14 日
Andreas Goser
2015 年 1 月 14 日
Ah, yes, this is not ASCII data. Well, it now depends if this other software provides information about that format. It would be legitimate to not provided information, but most companies do, or provide C code (you could use within MATLAB) to import.
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!