Trouble Opening .dat Files in R2013b
1 回表示 (過去 30 日間)
古いコメントを表示
I have a program that saves all my environment variables to a .dat file once per iteration. This way, I can open up these variables at a later time to make plots, etc.
In R2010b, I get a simple dialog box when I double click the .dat file to open. It looks like this:

However, I recently upgraded to R2013b, and now the uiopen dialog box is completely different and I can't figure out how to get my variables to show up correctly:

I've tried all the various options involving column delimiters and so forth, but nothing I've tried gives me my original variables back. Any suggestions?
Thanks!
0 件のコメント
採用された回答
Shashank Prasanna
2013 年 9 月 20 日
It appears that it is a MAT file that has a dat file extension.
Could you try the following on the command line:
>> load('thing.dat')
or try renaming the file from thing.dat to thing.mat and then double clicking on it in the current folder browser.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!