Prev: anfis output
Next: Peak Detection
From: John D'Errico on 17 Jun 2010 06:33 "Lisandro " <lisandro.quinones(a)gmail.com> wrote in message <hvbuqn$rob$1(a)fred.mathworks.com>... > John, where could I download 'quadprog'? Any idea how to use consolidator for my application? Thanks! quadprog is part of the optimization toolbox. As well, unround is not exactly what you want anyway, as it attempts to find the smoothest sequence of numbers from that which you provide which is consistent with rounding. That tool was designed for smoothing a shaper on an image processing application, to try to recover the original unrounded values after a rounding operation. The question is, why cannot you use consolidator anyway? You say that you want to use interp1 but it fails because of the replicated x values. So why not use consolidator to average the y values at those replicate locations? Then interp1 will work? Or are you intent that you must retain all of the data series, un-averaged? It seems to me to be inappropriate here, but I can surely come up with an ad hoc solution if you insist. John
|
Pages: 1 Prev: anfis output Next: Peak Detection |