Problem with single quotes
Dmitri A. Sergatskov
dasergatskov at gmail.com
Thu Oct 2 11:36:43 CDT 2008
On Thu, Oct 2, 2008 at 10:37 AM, Andreas Yankopolus <andreas at yank.to> 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.
--
More information about the Help-octave
mailing list