How to put the command \n in function input?
조회 수: 1 (최근 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!