can't use dlmread with % delimiter, need another function, help
이전 댓글 표시
I try to read numbers from text file. for example it looks like this: 41%6%7%.... When I use the dlmread function with % delimiter I get a fail:
How can I solve it?
답변 (1개)
Azzi Abdelmalek
2014년 1월 28일
b=importdata('file.txt','%%')
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!