The equilibrium between the FS and external
Moderators: hines, wwlytton, ramcdougal
-
- Posts: 49
- Joined: Thu Jun 07, 2018 10:57 am
Re: The equilibrium between the FS and external
Thank you for help. Actually I used to use neuron with Hoc and .mod files. and I am trying to use your code, but it is not work, and I already installed neuron and Python. Is there a tutorial or video about using your code ?
-
- Posts: 49
- Joined: Thu Jun 07, 2018 10:57 am
Re: The equilibrium between the FS and external
Anyone can help please.
Re: The equilibrium between the FS and external
How are you trying to run the example and what errors are you getting?
The recommended way is to use the Python interpreter, if you save the example as a file e.g. "example.py", you can execute it with;
You can also run it with nrniv or nrngui e.g;
More information about NEURON and Python is in the scripting neuron basics tutorial.
The recommended way is to use the Python interpreter, if you save the example as a file e.g. "example.py", you can execute it with;
Code: Select all
python -i example.py
Code: Select all
nrniv -python example.py
-
- Posts: 49
- Joined: Thu Jun 07, 2018 10:57 am
Re: The equilibrium between the FS and external
Thank you for the help. Any one can write the math behind extracellular mechanism please?
-
- Posts: 49
- Joined: Thu Jun 07, 2018 10:57 am
Re: The equilibrium between the FS and external
Any one can help me to find the math behind extracellular mechanism please?
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: The equilibrium between the FS and external
The topic of this thread is "The equilibrium between the FS and external," as clarified in your first post in this thread. That has nothing to do with the extracellular mechanism, as you will discover if you read the Programmer's Reference entry about "extracellular". And reading that entry is the first thing you should do if you are interested in understanding the math behind "extracellular". Other than that, the answer to your question lies outside the scope of the NEURON Forum, and I must refer you to a course on electronic circuit theory. If you are already familiar with electronic circuit theory, then you need a course on computational approaches to simulation of electrical circuits.ahmed.hamzah wrote: ↑Thu Dec 05, 2019 12:26 pm Any one can help me to find the math behind extracellular mechanism please?