I was wondering how I could continue the following function onto another line. It's quite lengthy so I would like to move it to another line and make it look cleaner.
val = input('Type C for Celsius to Fahrenheit or Type F for Fahrenheit to Celsius or Type K for Celsius to Kelvin: ','s');
I tired using ellipses (...), but something wasn't working and I was getting a reading saying I might be missing an extra parenthesis.
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/526220-continuing-an-input-function-onto-another-line#comment_848869
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/526220-continuing-an-input-function-onto-another-line#comment_848869
Sign in to comment.