help-octave
[Top][All Lists]
Advanced

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

Re: Octave json creator


From: Søren Hauberg
Subject: Re: Octave json creator
Date: Mon, 06 Dec 2010 11:46:53 +0100

Hi

man, 06 12 2010 kl. 02:36 -0800, skrev veryhappy:
> BUGFIX: Where it reads:
>          
> json=['{"real":',num2str(real(object)),',"imag:"',num2str(imag(object)),'}'];
> it should read:
>          
> json=['{"real":',num2str(real(object)),',"imag":',num2str(imag(object)),'}'];
> (notice '"imag:"' should be 'imag":')

Can I persuade you to send me a version of the code with this change
(it's better if you do it) ? Also, can you add a bit of documentation?

Thanks
Søren




reply via email to

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