LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fit ODE graybox, how to access spline coefficients in MathScript RT

I am trying to implement this:

http://rsta.royalsocietypublishing.org/content/roypta/366/1865/519.full.pdf

 

I 'like' how it crushes the "textbook" shooting methods so unilaterally, and I want to try the spline version of the algo it is recommending.

 

If I am not going to homebrew the spline creation, which I would like not to do seeing as how there are built-ins to work with, then I'm going to need to access derivatives of the spline at points of interest without approximating them.  They should be analytic.

 

So how does one do access the "background" terms of something like poly_pwhermite using MathScript RT?

0 Kudos
Message 1 of 5
(2,493 Views)

Sorry for the double post, but right now I am pulling "very near" points and using polyfit on it.  I would like something much less hacked than having to do such a thing.

0 Kudos
Message 2 of 5
(2,462 Views)

If you insist on using Mathscript for this (why?), you should post in the Mathscript RT forum.

(I can move this thread if you want.)

0 Kudos
Message 3 of 5
(2,458 Views)

>> ... If you insist on using Mathscript for this (why?)

People I work with are MatLab folks, and so it provides a basic interoperability while allowing me to still compile my code.

 

>> ... you should post in the Mathscript RT forum.

I didn't know there was one.  Thank you very much.

 

>> I can move this thread if you want.

I copied this question to there just now, so if you like you can delete the one here.

0 Kudos
Message 4 of 5
(2,454 Views)