minfhh.m
来自「利用Matlab模拟细胞HH 模型中的所有参数变化和动态Action Poten」· M 代码 · 共 7 行
M
7 行
function mv = minfhh(vv)% MINFHH - computes m-infinity function for HH equations. Uses standard% alphm and betam files. If they are vectorized, so is this.mv = alphm(vv)./(alphm(vv)+betam(vv));return
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?