help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with single quotes


From: Dmitri A. Sergatskov
Subject: Re: Problem with single quotes
Date: Thu, 2 Oct 2008 11:36:43 -0500

On Thu, Oct 2, 2008 at 10:37 AM, Andreas Yankopolus <address@hidden> wrote:

> I can only report what I see. I've tried it on Octave 3.0.2 (OS X) and
> Octave 3.0.0 (Ubuntu Hardy). Both give me a double quote.
>
>> | I'll give it a shot in Matlab and see what happens.
>
> A colleague just tried it on Matlab and got a double quote as well.

Did you cut-and-paste or did you (mistakenly) typed

fprintf ('"')

?

The correct one is

fprintf('''')

>
> Cheers,
>
> Andreas
>

Regards,

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]