warning of encoding is shown when trying to read text file
조회 수: 3 (최근 30일)
이전 댓글 표시
while using the function fopen and textscan for text file i get this warning:
*Warning: The encoding 'windows-1255' is not supported.
See the documentation for FOPEN.
> In txt2mat at 16
> In Inversion at 11*
and this is few of the files that i'm trying to read: https://dl.dropboxusercontent.com/u/38094905/dielTM_dec4f.exp https://dl.dropboxusercontent.com/u/38094905/rectTE_8f.exp
don't understand this error and what am i doing wrong, but i do get unexpected resaults.
댓글 수: 2
Geoff Hayes
2014년 12월 27일
Kobi - rather than providing links to your files, please just attach them to your post using the paperclip button.
I glanced at your txt2mat function and noticed that the first two lines open the same file using fopen. Why are you doing this and trying to read the data using two different formats?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!