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 で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!