Connecting JSim and Matlab

Matlab is a matrix-based computational system distributed by The MathWorks(Natick, MA) and widely used for scientific computation. This document discusses several ways to use JSim and Matlab in conjunction to solve scientific problems. Both JSim and Matlab offer possibilities for graphic data display, however this document will focus on combining the computational power of the two products.

JSim and Antimony

Introduction

Antimony is a simple text language for specifying SBML style models. This document describes how to write Antimony models within JSim, and how to import and export Antimony files to and from JSim. This is not a tutorial of the Antimony language. For that, see the Antimony Home Page.

Antimony support within JSim is available for JSim version 2.03 and above.

Prerequisites:

Events in MML

Introduction

MML events model discrete changes of physical and physiological state such as voltage transitions, heart beats, etc. Events also provide a mechanism for calculation of recursive functions, such as Fibonacci numbers. Event-driven variables can freely intermix with continuous (e.g. ODE-calculated) variables, allowing you to model hybrid discrete/continuous systems.

Prerequisites: