octave-maintainers
[Top][All Lists]
Advanced

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

Re: Polyfit with scaling


From: Thomas Weber
Subject: Re: Polyfit with scaling
Date: Fri, 1 Feb 2008 21:57:14 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On 01/02/08 07:26 -0800, Rolf Fabian wrote:
> Without testing it, I looked shortly at the code of 
> your polyfit.m and found  close to the end:
> 
>   ## Return a row vector
>   p = p(:)';
> 
> This is a bug because it converts complex column vectors
> to complex conjugated polynomials ( row-vectors)

I think Ben just took this line from me. Your observation regarding the
complex values is obviously correct. However, is polyfit supposed to
work with comples input values? Otherwise, I don't see how complex
values can show up.

        Thomas


reply via email to

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