Build ODE function

buildOdeFxn(ensemble, kineticFxn, strucIdx)

Builds the ODE function .m file that is used to simulate the model.

The function is build by modifying the original kinetic function produced by buildKineticFxn.

USAGE:

buildOdeFxn(ensemble, kineticFxn, strucIdx)

INPUT:

ensemble (struct): model ensemble, see buildEnsemble for fields description kineticFxn (char): name of the kinetic function strucIdx (int): ID of the model structure

OUTPUT:

written .m file with the ODEs