Location: Tran 2017 - Cross-bridge model of shortening heat @ 70c85f9bc526 / getDeriv.m

Author:
Kenneth Tran <k.tran@auckland.ac.nz>
Date:
2017-08-31 15:35:06+12:00
Desc:
Adding online links.
Permanent Source URI:
http://models.cellml.org/workspace/4a2/rawfile/70c85f9bc526e95d066e088954387d87b82f72c9/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);