Hello
I am running a loop of different graphs
This may be silly, but is it possible to pause the loop for a few seconds before it continues onto the next iteration.
Thanks
Search found 5 matches
- Wed Jul 23, 2014 11:20 am
- Forum: Modeling networks
- Topic: Pausing during a loop
- Replies: 1
- Views: 6949
- Wed Jul 09, 2014 6:23 am
- Forum: Modeling networks
- Topic: Output statistics
- Replies: 3
- Views: 8098
Re: Output statistics
Hi I am a bit confused on how to implement NetCon, how can I actually view the contents of the variable? , should there be a vector for times and voltages?, whats the difference between using vector class vs NetCon vs cvode records? Here's what I have so far, not sure how to proceed, or if I am even...
- Tue Jul 08, 2014 8:16 am
- Forum: Modeling networks
- Topic: Output statistics
- Replies: 3
- Views: 8098
Output statistics
Hello
I am trying to output a few statistics that correspond to the voltage response outputted from the soma.
I would like to
-count spike
-frequency of spikes
-AP peak/depth
-initial burst time
Wondering if this is possible
Thanks
I am trying to output a few statistics that correspond to the voltage response outputted from the soma.
I would like to
-count spike
-frequency of spikes
-AP peak/depth
-initial burst time
Wondering if this is possible
Thanks
- Mon Jul 07, 2014 9:20 am
- Forum: Modeling networks
- Topic: multiple itertions of plots
- Replies: 3
- Views: 7761
Re: multiple itertions of plots
Hey Ted
I worked thanks
Only problem is all 10 plots are graphing the last iteration of the loop, any way I can get it to graph a plot for every iteration?
Thanks
I worked thanks
Only problem is all 10 plots are graphing the last iteration of the loop, any way I can get it to graph a plot for every iteration?
Thanks
- Thu Jul 03, 2014 2:54 pm
- Forum: Modeling networks
- Topic: multiple itertions of plots
- Replies: 3
- Views: 7761
multiple itertions of plots
Hello I am trying to run a loop of different plots Using a for loop in my biophysics hoc file I am able to change a specific ion channel in steps of 0.1. What I would like to do is to be able to call the biophysics hoc in each iteration and plot the corresponding waveforms on different plots Some di...