Stone-Soup icon indicating copy to clipboard operation
Stone-Soup copied to clipboard

Matlab wrapper

Open sglvladi opened this issue 6 years ago • 2 comments

Added a MatlabWrapper class that can be used to create/connect to MATLAB sessions, run MATLAB code and convert the input/output.

An example of how the class can be utilised to create a MatlabKalmanPredictor, that computes the Kalman prediction equations in MATLAB, has also been included.

sglvladi avatar May 07 '19 13:05 sglvladi

Could you look at using this pytest import skip feature for the the Matlab test script.

sdhiscocks avatar May 08 '19 06:05 sdhiscocks

@sdhiscocks Thanks for pointing me to the specific resource! I think it should be fixed now. Let me know if it looks ok.

sglvladi avatar May 08 '19 22:05 sglvladi

We'll look to make this into a separate plugin.

sdhiscocks avatar Feb 21 '23 09:02 sdhiscocks