A collection of scripts used for configuring the repo.
-
export_WBC.m: run this script. Then, digit the Matlab version in which you want to export the Simulink models. All models in the repo will be exported to that version. By default, Simulnk models in this repo are written using Matlab 2017b. Remember: you cannot export a model in a Matlab version newer than the one you are using!
-
startup_WBC.m: run this script. Then, the path to the
matlab-wbc
folder will be permanently added to yourpathdef.m
file, which will be saved inside the Matlabuserpath
. In order to have thematlab-wbc
folder inside the Matlab path, it is required to start Matlab from the folder where thepathdef.m
file is (i.e., from the folder that theuserpath
is pointing, usually~/Documents/MATLAB
).