From: Sofia Häggberg on 26 Jul 2010 11:55 "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 = [’J’,’o’,’h’,’n’] > > 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 26 Jul 2010 12:22 "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 = [’J’,’o’,’h’,’n’] > > > > 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 26 Jul 2010 14:08 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.
First
|
Prev
|
Pages: 1 2 Prev: Conversion of symbolic expression to c code using ccode Next: strmatch related |