This code can be used to reproduce the results in our paper ``Data-conforming data-driven control: avoiding premature generalizations beyond data'', the preprint can be found at https://arxiv.org/abs/2409.11549. It is written using the Julia language, which can be installed from here: https://julialang.org/, or paste this in your terminal (mac/linux) curl -fsSL https://install.julialang.org | sh
If you're new to Julia, upon cloning the code, open a terminal within the corresponding directory, then visit the quick tutorial here https://towardsdatascience.com/how-to-setup-project-environments-in-julia-ec8ae73afe9c.
Open the notebook NumericalExamples.ipynb for a quick introduction to the code and with some examples.