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

Author:
Kenneth Tran <k.tran@auckland.ac.nz>
Date:
2017-08-31 15:06:57+12:00
Desc:
Uploading again due to openCor bug.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/4a2/rawfile/1ff97ce0ff62973dcc4434f5d0d3acfc5285a1a8/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);