- Author:
- Kenneth Tran <k.tran@auckland.ac.nz>
- Date:
- 2017-08-31 14:58:36+12:00
- Desc:
- Adding MatLab code for users to reproduce simulation figures in the J Physiol publication: DOI: 10.1113/JP274680.
- Permanent Source URI:
- https://models.cellml.org/workspace/4a2/rawfile/eb49874a619c53bd0b587ea6854313751e76edd3/getDeriv.m
% This file extracts the derivative vector from ExtendedModel
function dy = getDeriv(t,y,Phase,Params)
% Calls the model function to get the derivatives
[dy F_total ATPase F_net] = XBModel(t,y,Phase,Params);