In order to view RTS models you will need the `2019a` version of Matlab with Simulink. Caltech employees can view installation instructions [here](https://www.imss.caltech.edu/services/computers-printers-software/software/matlab).
In order to view RTS models you will need the `2019a` version of Matlab with Simulink. Caltech employees can view installation instructions [here](https://www.imss.caltech.edu/services/computers-printers-software/software/matlab).
\ No newline at end of file
# Viewing a model with Simulink
## MATLAB RTS Setup
In order for MATLAB to find dependent models we will need to add two directories to its path.
The paths you need to add (only specified from the base git repo directory here) are:
```
addpath(advligorts/src/epics/simLink)
addpath(advligorts/src/epics/simLink/lib)
```
NOTE: You will need to adjust your path based on where your `advligorts` repo is.