show same text on 2 lines without getting an error

1 view (last 30 days)
i am in the middle of writing a script and it is very long and i wanted to put some of it on a second line but when i press enter i get and error i tried ... but that is not working

Accepted Answer

Honglei Chen
Honglei Chen on 23 Feb 2012
Put ... at the end of the first line, something like
a = 3 * ...
4;

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!