公開日 2011.02.28

日本生理学会実習書 シミュレーション神経 soma.hoc

カテゴリ:その他
 生理学研究所/小泉周
 

日本生理学会実習書に記載したNEURONシミュレーターを利用したシミュレーション実習用のsoma.hocです(小泉周 2011)。

以下の部分を新規のテキストファイルに、cut and pasteし、soma.hocという名前で保存してください。

-------------------------------ここから下の全て-------------------------------------------

load_file("nrngui.hoc")
 create soma
 access soma
 soma {
     L = 100 // um
     diam = 100
     nseg = 10
 }
 forall {
    cm = 1
    Ra = 100
    insert pas
    g_pas = 0.0002
    e_pas = -65
}