Is there any thing to connect 2-3 line commands?

1 view (last 30 days)
Hi all
a command is too long and it can not be placed in a single line. Is there any thing to connect 2-3 line commands?
thanks

Accepted Answer

Grzegorz Knor
Grzegorz Knor on 9 Sep 2011
Use three dots ...
For example:
a = 1 + 2 - 3 + ...
4 + 5 ...
+1;

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!