sethhparms.m

来自「利用Matlab模拟细胞HH 模型中的所有参数变化和动态Action Poten」· M 代码 · 共 19 行

M
19
字号
function sethhparms(hhpars)% Sets current values of HH parameters.% hhpars is a column vector containing the parameters.% For the standard HH model, parameters are (mS/cm^2, mV, uFd/cm^2)%       [gnamx; Ena; gkmx; Ek; gleak; El; C; ];% For an extended model with an H channel, they could be%	gnamx=120 ; Ena=55 ; gkmx=36 ; Ek=-72 ; gleak=.1 ; El=-60 ; C=1 ;%	gk2mx; Ek2% These are returned by subsequent calls to gethhparms% Note that neither this nor gethhparms cares about the size of the% parameter vector, which is set by program calling sethhparms.global HHPARSXYZHHPARSXYZ = hhpars;return

⌨️ 快捷键说明

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