How to fix odd string imports?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I'm importing data and and forwhatever reason the strings get imported as:
2 件のコメント
Walter Roberson
2021 年 6 月 25 日
Unfortunately, your example did not get posted.
How are you doing your importing?
What kind of file are you importing from?
Which MATLAB release do you have?
回答 (1 件)
Walter Roberson
2021 年 6 月 25 日
Which .cfs ?
The ÿ character is unicode U+00FF so the most likely situation is that you are reading a binary file (that might have text-readable parts)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で String Parsing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!