For each ISML model in this directory, you can run its simulation with insilicoSim. A basic usage of simulation is as follows: 1. open a model from the menu "File" on insilicoSim's GUI Skip this if you have loaded the one through insilicoIDE's menu. If a shell is available, you can also open a model by passing its path as the first argument of command line: $ insilicoSim /path/to/the/model.isml 2. select parameters for simulation Available parameters are: - Enable variables - Numerical integration method - Simulation Length - Simulation Time Step - Data Output (sampling etc.) 3. push the "Run" button to start simulation Wait until a dialog tells the end of simulation. In case of success you will find the simulation result written in csv file in the same directory the model locates. 4. select the "Plotting" tab and pick variables to draw Drag and drop variables into one of the Ordinate boxes. 5. push the "Plot" button to draw a line graph Note that you have to set the gnuplot's path in the preference before plotting.