Source data file corrupted when using dlmread
4 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have searched for a solution to this problem and have'nt found any info.
I am using dlmread to read a .dat file. This works fine the first couple of times, but then on the third or fourth attempt, the following error occurs:
''Mismatch between file and format string.Trouble reading number from file (row 1, field 2)==> ¦ÿ ''
To check the .dat file, I then try and open it using openoffice. It opens but not as normal- numbers appear as code.
Is it possible that using dlmread is altering the source file? Thanks M Green
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 3 月 9 日
I don't see how it could, at least not in 2008b. dlmread is a .m file that you can examine; it uses fopen() to open the file in default reading mode, and textscan() to read the file.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!