Reading xls with special characters.

3 次查看(过去 30 天)
Bíró
Bíró 2012-8-17
I want to read an excel sheet what contains texts and numbers, but in the texts there are some special character like: ø
Matlab can't handle that characters during reading that sheet but I really need the original texts (I want to write those in an other txt file).
Is there any solution for this problem? Thanks

回答(1 个)

José-Luis
José-Luis 2012-8-17
Sounds like you need to change Matlab's character encoding.
help slCharacterEncoding
You probably need to set is as:
%'ISO-8859-1'
selCharacterEncoding('ISO-8859-1')
Cheers!

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by