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!