kinetics_structure.m

来自「%The Metabolic Networks Toolbox contains」· M 代码 · 共 27 行

M
27
字号
% KINETICS STRUCTURE%% There are alternative ways to specify the kinetics, indicated by kinetics.type:%       (see also network_velocities, set_formula_strings_kinetics, set_sat_kinetics_type,%                 simulate_parameters)%% (i)   'numeric': the kinetics of all reactions are defined by a single m-file%         kinetics.velocity_function   function handle%         kinetics.parameters          strcuture containing the parameters%% (ii)  'mass-action': all reactions are of mass action type %        the parameters are given as vectors in fields%         kinetics.k_fwd               forward rate constants%         kinetics.k_bwd               backward rate constants, %         kinetics.exponents          for reactions of type 2A -> B, optional%% (iii) 'saturated': kinetics contains field 'reactions', a cell structure of%        structure arrays, each describing one reaction: the kind of kinetics is %        given in the field%% (iv)  'formula_strings': kinetics contains field 'reactions', a cell structure of%        structure arrays, each describing one reaction. parameter%        names and values are given in a column cell array of strings%        and a column vector, respectively.%% for initialising such structures, use 'set_kinetics'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?