How to read greek characters in a .txt file
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Rik
2020년 12월 10일
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
Walter Roberson
2020년 12월 16일
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()
참고 항목
카테고리
Help Center 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!