How to fix odd string imports?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I'm importing data and and forwhatever reason the strings get imported as:
2 comentarios
Walter Roberson
el 25 de Jun. de 2021
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?
Respuestas (1)
Walter Roberson
el 25 de Jun. de 2021
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 comentarios
Ver también
Categorías
Más información sobre String Parsing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!