How can i read a text file?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi I am using rsa encryption of text message. During read of a message I want to read a text file? How can I read? Can u tell me? Here my code is
m=input('\nEnter the message: ','s');
답변 (1개)
KSSV
2016년 9월 15일
To read a textfile there are multiple options available.
doc load, importdata, textscan etc.,
참고 항목
카테고리
Help Center 및 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!