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

direct matlab integration #7

Open
chrishavlin opened this issue Oct 20, 2022 · 0 comments
Open

direct matlab integration #7

chrishavlin opened this issue Oct 20, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@chrishavlin
Copy link
Member

in addition to the current functionality (load in a .mat file), it would be good to use the matlab.engine to provide some direct matlab support. This would only work for matlab (not octave) and the communication overhead between data may make it unusable for high-throughput operations, but it would be useful for some problems and straightforward to implement. It could also provide a way to test accuracy of the interpolators.

See https://www.mathworks.com/help/matlab/matlab_external/call-matlab-functions-from-python.html

@chrishavlin chrishavlin added the enhancement New feature or request label Oct 20, 2022
@chrishavlin chrishavlin modified the milestones: v0.1.2, v0.2.0 Oct 21, 2022
@chrishavlin chrishavlin modified the milestones: v0.2.0, v0.3.0 Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant