Skip to content

determine length of bivariate polynomial

3 messages · R. Michael Weylandt, Nicolas Schuck

1 day later
#
I think this will do it:

sum(sqrt(diff(x.pred)^2 + diff(y.pred)^2))

Michael

On Tue, Nov 8, 2011 at 11:34 AM, Nicolas Schuck
<nico.schuck at googlemail.com> wrote:
#
I was thinking of an analytical solution, but using diff() works great as well!

thanks for help,
nico
On Nov 10, 2011, at 2:55 AM, R. Michael Weylandt wrote: