Installation
Install Spline Core either as part of OceanKit or directly from the GitHub repository.
Runtime requirements
- MATLAB R2024b or newer
- the
Distributionspackage for fitting workflows
Install from Git
Clone the repository:
git clone https://github.com/JeffreyEarly/spline-core.git
Then install from within MATLAB:
mpminstall("local/path/to/spline-core");
If you already manage dependencies yourself, skip dependency installation:
mpminstall("local/path/to/spline-core", InstallDependencies=false);
Development and documentation
For ordinary use, the package itself plus runtime dependencies are enough. If you want to rebuild the website documentation, also install the class-docs tooling used by this repository.