Skip to content

CLASS HHsynclass

  developed by Steve Van Hooser and Ishaan Khurana, with code from 
  _An Introductory Course in Computational Neuroscience_ by Paul Miller

Superclasses

neuronmodelclass

Properties

Property Description
E_Na
V_threshold
spiketimes
spikesamples
E_K
G_L
G_Na
G_K
Na_Inactivation_Enable
TTX
TEA
SR
AMPA
NMDA
GABA
E_ESyn
E_ISyn
GLUT_PNQ
ESyn1_times
ESyn2_times
ISyn_times
GABA_PNQ
facilitation
facilitation_tau
V_recovery_time
Total_AMPA_G
Total_NMDA_G
Total_GABA_G
Cm
Rm
E_leak
dt
t_start
t_end
f
samplenumber_current
update_method
S
I
t
command
step1_time
step2_time
step1_value
step2_value
involtageclamp
V_initial

Methods

Method Description
HHsynclass developed by Steve Van Hooser and Ishaan Khurana, with code from
dsdt HHsynclass/dsdt is a function.
hvar HHsynclass/hvar is a function.
mvar HHsynclass/mvar is a function.
nvar HHsynclass/nvar is a function.
setup_command HHsynclass/setup_command is a function.
setup_synapses HHsynclass/setup_synapses is a function.
simulate perform a simulation
statemodifier nothing to do in base class
voltage HHsynclass/voltage is a function.

Methods help

HHsynclass - developed by Steve Van Hooser and Ishaan Khurana, with code from

_An Introductory Course in Computational Neuroscience_ by Paul Miller

    Documentation for HHsynclass/HHsynclass
       doc HHsynclass

dsdt - HHsynclass/dsdt is a function.

[dsdt, Itot] = dsdt(HHobj, S_value)

hvar - HHsynclass/hvar is a function.

h = hvar(HHobj)

mvar - HHsynclass/mvar is a function.

m = mvar(HHobj)

nvar - HHsynclass/nvar is a function.

n = nvar(HHobj)

setup_command - HHsynclass/setup_command is a function.

neuronmodel_obj = setup_command(neuronmodel_obj, varargin)

setup_synapses - HHsynclass/setup_synapses is a function.

HHobj = setup_synapses(HHobj)

simulate - perform a simulation

Help for HHsynclass/simulate is inherited from superclass neuronmodelclass

statemodifier - nothing to do in base class

Help for HHsynclass/statemodifier is inherited from superclass neuronmodelclass

voltage - HHsynclass/voltage is a function.

V = voltage(HHobj)