Search found 2 matches

by rgiraud
Wed Aug 19, 2020 11:07 am
Forum: Other questions
Topic: trouble with e_extracellular and play
Replies: 3
Views: 8019

Re: trouble with e_extracellular and play

Hello ted Thank you very much for you reply, I tried to do your exercises here is the code for the step 4 import neuron from neuron import h import neuron.gui import matplotlib.pyplot as plt import numpy as np h.celsius = 33 # set temperature in celsius h.tstop = 2e1 # set simulation duration (ms) h...
by rgiraud
Tue Jul 28, 2020 4:33 am
Forum: Other questions
Topic: trouble with e_extracellular and play
Replies: 3
Views: 8019

trouble with e_extracellular and play

Hello I'm having issues trying to use extracellular stimulation on a single unmyelinated axon. For the moment I'm computing the electric field along the axon induced by a stimulating electrode delivering a pulse stimulation, in a near future I will use fem simulation to get this field. I want to set...