How to load all the text into the variable
Show older comments
Hello. I have a problem. I write small program to encrypt/decrypt. When I enter text into a variable (from keyboard) I can't make paragraphs, because in this case only the first paragraph is saved in the variable. Any ideas?
prompt = 'Please input your text ';
plaintext1 = input(prompt,'s');
Accepted Answer
More Answers (0)
Categories
Find more on Text Analytics Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!