To generate Figures 02-12 from the paper "Geometry of Basins of Attraction and Heteroclinic Connections in Coupled Bistable Systems" by Lyons et. al., follow these instructions: (1) Start up MatLab and set the current directory to the "driver" folder. (2) There are 7 MatLab m-files in this folder. Each of these m-files may be used to generate one or multiple figures from the paper. If you want to reproduce a particular figure from the paper, refer to Appendix B in the paper to determine which particular driver file to use. Once you have selected a driver file, open this file in MatLab. (3) Each MatLab driver m-file calls multiple MatLab functions from the folder "functions". In order to run any of the driver files, it is important for MatLab to be able to locate this folder. To do this, a line near the beginning of the driver file must be modified once so that it can find the directory that has "/CCFM_manifolds/functions/" inside. To do this, find the string variable called "mypath" near the beginning of the file and change it to the current filepath leading up to the "CCFM_manifolds" directory. For example, if you are using the driver file "manifold_1D_stable.m", and your filepath structure is "/Users/myname/small_folder/CCFM_manifolds/functions/", then you should go to line 11 and change the "mypath" string variable on line 11 to "/Users/myname/small_folder/". Note that the MatLab driver file will not run if you do not complete this step correctly. (4) Run/execute the MatLab driver file. There will likely be some output printed out, but the program should run without error. (5) Note that some of the MatLab driver programs work for multiple values of the bifurcation parameter lambda. Recall from the paper that changing lambda may lead to a change in the number and type of equilibria in the system. As a result, to generate the stable manifolds for a different lambda value than the default one in the code, it is necessary to change a few lines of code in the driver file. Refer to the appropriate section of Appendix B in the paper and carefully read and follow the corresponding instructions to do this. Also, some parameters may need to be changing in the driver file based on which lambda value is used. Refer to Appendix A to determine which parameters to change and the appropriate values.