MATLAB utilities for data import/export from simulations, clean plotting, and simulation.
data/ - data import/export
plot/ - plotting
sim/ - simulation
samples/ - usage examples
Options:
- (Recommended) Click
New->Project->From Git
and link to the repository (the last part should belmatlib
, with no/tree/main
). This pulls all required files and lets you pull new changes as they are published. - Download the files you need into a folder on your MATLAB path
- Download an archive of the entire repository
Options:
- (Recommended) Create a MATLAB Project
and reference
lmatlib
. - Add the folders you need into your MATLAB path using
addpath
- (If you only want to run
samples
) Open the project file (Lmatlib.prj
).