Search found 5 matches
- Mon Aug 23, 2010 4:31 pm
- Forum: Getting started
- Topic: Change refractory period of a cell
- Replies: 1
- Views: 2576
Change refractory period of a cell
Hello, I have a hoc code which runs simulation of a single pyramidal cell. In response to changes in the extracellular voltages, the cell changes its firing pattern compared to when no changes in extracellular voltages. In presence of extracellular voltages, sometimes the cell fires very quickly. Th...
- Wed Apr 21, 2010 11:37 am
- Forum: Other questions
- Topic: Dynamically create vector names
- Replies: 5
- Views: 4616
Re: Dynamically create vector names
Thank you Ted for the detailed explanation. I will refer to the programmer's reference for more details.
- Tue Apr 20, 2010 6:23 pm
- Forum: Other questions
- Topic: Dynamically create vector names
- Replies: 5
- Views: 4616
Re: Dynamically create vector names
Hey Thanks.The code works. I understood most of your suggestions. Except the last one,
Can you please expand on the same or provide some link to the neuron documentation?Another hint: forget about array notation and use lists instead--Lists for objrefs, SectionLists for sections.
- Tue Apr 20, 2010 11:20 am
- Forum: Other questions
- Topic: Dynamically create vector names
- Replies: 5
- Views: 4616
Re: Dynamically create vector names
Thanks for your reply Ted. I am follow your suggestions and get back to you if required.
- Mon Apr 19, 2010 4:28 pm
- Forum: Other questions
- Topic: Dynamically create vector names
- Replies: 5
- Views: 4616
Dynamically create vector names
Hello Experts, I am working on code which records the action potential times for the soma and nodes of the cell model. I am using the APCount for the same. In my cell model, I have single soma and 20 nodes. Below is a part of my code which records the action potential times for the soma. create soma...