octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.4 last call for patches


From: Jaroslav Hajek
Subject: Re: 3.0.4 last call for patches
Date: Mon, 12 Jan 2009 12:15:56 +0100

On Mon, Jan 12, 2009 at 12:04 PM, Marco Caliari <address@hidden> wrote:
> On Mon, 12 Jan 2009, Jaroslav Hajek wrote:
>
>> On Mon, Jan 12, 2009 at 11:45 AM, Marco Caliari <address@hidden>
>> wrote:
>>>
>>> Dear Jaroslav,
>>>
>>> it it possible to apply the patch to polyfit described here:
>>>
>>> http://www.nabble.com/polyfit%3A-add-a-third-output-argument%2C-mu--PATCH--td18207873.html#a18207873
>>> ?
>>>
>>> Best regards,
>>>
>>> Marco
>>>
>>
>> The discussion shows that some alternative has already been applied,
>> and the third output argument is now supported in 3.0.x. Is something
>> more missing?
>
> In 3.0.3 there is the third output argument mu, but it is not used at all.
> This part is missing
>
> if (nargout > 2)
>  mu(1) = mean(x);
>  mu(2) = std(x);
>  x = (x - mu(1)) / mu(2);
> endif
>
> Marco
>

OK, I see, I messed up. I've just transplanted 7500, 7501 and 7547
from John's archive, so things should be OK now.

regards

-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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