Re: transposing comma problem

Hamed Shakouri <[email protected]> Fri, 30 Apr 2021 14:31:17 -0700
Newsgroups gmane.comp.gnu.octave.maintainers
Message-ID <CAOBG-ThvhDmPWnXCJQTmbU7d_WNdHGacOzj4ZCYi6x2a6wXong@mail.gmail.com>
Thank you for your fast reply.
Sorry, by "comma" I meant "apostrophe" that is used for transposing.
On my laptop, sometimes OCTAVE 6.2 Editor cannot detect this character
correctly.
e.g. x = (1:10)';  used in a function is not read as is written and a
syntax error appears.
 syntax error
>>> x=(1:10);
                    ^
Also, it cannot be used to define a string variable. Seems that the
character is not read at all!
e.g. legend({'Res', 'Comm'})  causes:
 syntax error
>>> legend({Res....
                    ^

 Thank you,
Hamed.

On Fri, Apr 30, 2021 at 1:39 PM Torsten Lilge <[email protected]>
wrote:

> On Fri, 2021-04-30 at 13:13 -0700, Hamed Shakouri wrote:
> > Hi there,
> >
> > Thanks to the OCTAVE team for providing a light efficient computing
> > environment.
> >
> > I noticed that in version 6 ahead, the comma character cannot be
> > recognized well.
> > There was not any problem with that in versions 5 and 4, since I
> > started working with OCTAVE.
> >
> > Would you please help me realize a solution?
> >
> > With Regards,
> >
> > Hamed Shakouri G.
>
> Hello Hamed,
>
> Could you please be a little more specific what the exact problem is? Is
> the comma hard to read? If yes, is this the case in the command widget
> and/or in the editor? Does it help to select another font?
>
> Torsten
>
>
>

-- 

With Regards,

Hamed Shakouri G.