From: Sofia Häggberg on
"Sofia Häggberg" <hd.int.assNOSPAM(a)gmail.com> wrote in message <i2k6rs$951$1(a)fred.mathworks.com>...
> Let us assume that I entered this command:
>
> m = [&#8217;J&#8217;,&#8217;o&#8217;,&#8217;h&#8217;,&#8217;n&#8217;]
>
> Immediately after it I am getting into the so called "Continue Entering Statement" mode.
>
> How can I exit this mode and continue to enter correct commands, such as:
> M =[12;34;56]
>
> Thanks!

So how to say stop (quit or exit) to the editor I dont want to continue anymore?

....
From: us on
"Sofia Häggberg" <hd.int.assNOSPAM(a)gmail.com> wrote in message <i2kb58$l2d$1(a)fred.mathworks.com>...
> "Sofia Häggberg" <hd.int.assNOSPAM(a)gmail.com> wrote in message <i2k6rs$951$1(a)fred.mathworks.com>...
> > Let us assume that I entered this command:
> >
> > m = [&#8217;J&#8217;,&#8217;o&#8217;,&#8217;h&#8217;,&#8217;n&#8217;]
> >
> > Immediately after it I am getting into the so called "Continue Entering Statement" mode.
> >
> > How can I exit this mode and continue to enter correct commands, such as:
> > M =[12;34;56]
> >
> > Thanks!
>
> So how to say stop (quit or exit) to the editor I dont want to continue anymore?
>
> ...

well... did you read my reply above(?)...

us
From: Matt Fig on
You need to type the word: return

then hit the return (or enter key). You are in KEYBOARD mode, your parenthesis and brackets are balanced.