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

Author:
Kenneth Tran <k.tran@auckland.ac.nz>
Date:
2017-08-31 15:20:50+12:00
Desc:
Adding image.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/4a2/rawfile/b09963ece3950a7e2c1256070cab0b5e13411d90/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);