Matlab cannot read data from a file which is saved as a text-file from Excel
1 回表示 (過去 30 日間)
古いコメントを表示
I am not able to load data from a file which was saved as a text-file from MS Excel. textscan and load return an empty matrix. I tried to retype the data within the file using MS Notebook, to save the file with new name, however without success. If I open a new text-file with MS Notebook and copy-paste there the data from the file saved from Excel, then there is no problem with reading. Why?
2 件のコメント
laurie
2012 年 6 月 1 日
are you sure the format (UTF..) of your text-fil from Excel is the right one ? textscan as a "format" parameter i believe
回答 (1 件)
per isakson
2012 年 6 月 2 日
You need to set the input argument, encoding, of fopen. There are many alternatives including "Unicode".
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!