05-09-2006 08:14 AM - edited 05-09-2006 08:14 AM
Message Edited by vituning on 05-09-2006 08:15 AM
05-09-2006 11:13 AM
05-09-2006 12:34 PM
Grant -
I could easily repeat this error by simply changing the help example (wich uses random data) to call:
[p, s] = polyfit(1:36, rand(1,36), 6)
By playing either with the order or the size of the random vector created here, you can generate the error (order 5, size 400, for instance also gives the error).
For testing purposes, two cases that do not produce the error are: order=6, size=24 and order=5, size=10 (the example listed in the help).
I hope this fix makes it into the next version of LV!
05-09-2006 01:46 PM
05-09-2006 01:57 PM