Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 965 Bytes

File metadata and controls

21 lines (11 loc) · 965 Bytes

Library

matlab-wbc

A package of utility Matlab functions used by all the controllers.

How to install the folder

Add the matlab-wbc folder to the Matlab path, or run the startup_WBC.m script in the config folder. If you chose to run the startup_WBC.m script, remember to always start matlab from the folder where the pathdef.m file is (usually ~/Documents/MATLAB).

How to use the +wbc library

To use any function inside the package matlab-wbc/+wbc, add the wbc prefix to the function name when the function is invoked, i.e. [outputs] = wbc.myFunction(inputs). More information can be found in the Matlab documentation.

matlab-gui

A static GUI for starting/closing the Simulink models without the need of opening the Simulink default GUI.

simulink-library

A library of Simulink models used by all the controllers.