How to put the command \n in function input?
5 ビュー (過去 30 日間)
古いコメントを表示
Hi people, how to put the command \n in function input
example input("suck my balls \nlalalala");
回答 (1 件)
per isakson
2014 年 10 月 4 日
Works in R2013b
>> input('first line\nsecond line =' )
first line
second line =17
ans =
17
>>
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!