Search found 8 matches
- Wed Apr 16, 2008 8:12 pm
- Forum: Modeling networks
- Topic: Initialization in heterogeneous network
- Replies: 1
- Views: 3294
Initialization in heterogeneous network
When creating a network of mixed cell composition (different HH type cells), NEURON will solve the initialization based upon the dynamics of the last cell created (last cell template called). Thus the excitability of other cells is affected, and this small 'corrective' term can be enough to cause an...
- Tue Jul 03, 2007 2:58 pm
- Forum: Other questions
- Topic: Initializing seed with the system time
- Replies: 7
- Views: 9486
- Tue Jul 03, 2007 1:56 pm
- Forum: Other questions
- Topic: prompt for string from standard input?
- Replies: 3
- Views: 4479
I already dynamically assign file names based on changing parameters during the run, but I hope to interactively create folders before each run. I realize I could just hardwire a strfoldername in there and manually assign it before I hit run, but theres a programmer part of me thats frustrated and s...
- Sat Jun 30, 2007 12:25 pm
- Forum: Other questions
- Topic: prompt for string from standard input?
- Replies: 3
- Views: 4479
prompt for string from standard input?
I want to dynamically assign folder names for the data files I spit out after simulations. So far I have used xred to set numerical parameters, but I would like something analogous for strings and havent found it... when used in my hoc file, getstr defaults to the loaded file and tried to grab the n...
- Tue Mar 06, 2007 9:26 am
- Forum: Getting started
- Topic: randomize() rather than system time seed?
- Replies: 1
- Views: 3514
randomize() rather than system time seed?
Hello all,
I am attempting to get a true output of random numbers utilizing the c function randomize() in stdlib.h
I must be missing something critical about how neuron compiles everything because I cannot get it to work.
Any ideas?
I am attempting to get a true output of random numbers utilizing the c function randomize() in stdlib.h
I must be missing something critical about how neuron compiles everything because I cannot get it to work.
Any ideas?
- Mon Feb 05, 2007 11:22 pm
- Forum: Getting started
- Topic: Raster plot of spikes in network
- Replies: 6
- Views: 12163
- Mon Feb 05, 2007 8:31 pm
- Forum: Getting started
- Topic: Raster plot of spikes in network
- Replies: 6
- Views: 12163
- Mon Feb 05, 2007 7:33 pm
- Forum: Getting started
- Topic: Raster plot of spikes in network
- Replies: 6
- Views: 12163
Raster plot of spikes in network
I have created a network of biophysical cells (around 50) with a simple ring architecture. Each cell has a single connection to each beside it. I stimulate firing in the soma of one cell, and watch the spikes propogate through the ring using the simple v graph, plotting about 8 different cells throu...