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!