reading the file using input function
古いコメントを表示
i have a word saves in text file 'hello23,hi10'.name of textfile is new.txt,is there any input function to read and display
hello23 hi10
採用された回答
その他の回答 (1 件)
Friedrich
2012 年 1 月 3 日
Hi,
you can do something like:
strrep(fileread('new.txt'),',',' ')
1 件のコメント
Walter Roberson
2012 年 1 月 4 日
"fileread: it's obscure but it works!" :-)
カテゴリ
ヘルプ センター および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!