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!