Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portability of Interpolation #11

Open
MatthewPeterKelly opened this issue May 4, 2016 · 1 comment
Open

Portability of Interpolation #11

MatthewPeterKelly opened this issue May 4, 2016 · 1 comment
Labels

Comments

@MatthewPeterKelly
Copy link
Owner

Part of the solution struct includes a function handle for interpolating the solution and the error estimates. This handle sometimes breaks if the solutions is saved and then opened on a different computer.

There might be a simple fix by moving some of the sub-functions to the top level directory of the code. A slightly more challenging (but robust) fix is to replace the interpolation with a data structure that can be read by the matlab command ppval. Then there is no need to pass around function handles.

@MatthewPeterKelly
Copy link
Owner Author

I suggest that this issue be fixed by making interp.state and interp.control be matlab pp structs, which can then be evaluated using matlab ppval().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant