One way to fix: revise model code

/* patch.hoc
   v. 1.3 10/19/2001 NTC
 */

// make graphical interface tools available to this program
load_file("nrngui.hoc")

// specify the properties of the model cell
create soma    // model topology
access soma    // default section = soma

soma {
   diam = 10   // soma dimensions in um
   L = 10/PI   //   surface area = 100 um^2
   insert hh   // Hodgkin-Huxley Na, K and leak
}

Alternative: use graphical interface


[ Outline | Previous | Next ]

Copyright © 1998, 2001 by N.T. Carnevale, All Rights Reserved.