How to read greek characters in a .txt file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
What is the command in order to read greek characters in a .txt file via matlab programming?
My file has 3 columns. The first one has names , the 2nd and 3rd have numbers.
0 Commenti
Risposte (1)
Rik
il 10 Dic 2020
You can get my readfile function from the FEX. If you are using R2017a or later, you can also get it through the AddOn-manager.
10 Commenti
Walter Roberson
il 16 Dic 2020
Is it possible that you tried the split() twice ? It should not be able to give that error when the input is a character vector such as the result from readfile(), but it could give that error if the input is the result of a previous split()
Vedere anche
Categorie
Scopri di più su Labels and Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!