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!