Search found 6 matches

by erick_valpo
Fri Nov 28, 2014 2:20 pm
Forum: Other questions
Topic: Use exp(700) as an exit sign
Replies: 1
Views: 1863

Use exp(700) as an exit sign

Hi,
I'm fitting a model in a very broad space parameter, and I'm getting a lot of
out of range, returning exp(700)
I think this error is because the model goes towards very 'non physiological values'
So I'm interested in finishing the simulation any time a variable is out of range.
Any suggestion?
by erick_valpo
Thu Apr 26, 2012 5:21 pm
Forum: Other questions
Topic: Globals variables on hoc files?
Replies: 2
Views: 1761

Re: Globals variables on hoc files?

thanks,
I realize that it wasn't the problem,
by erick_valpo
Thu Apr 26, 2012 12:47 pm
Forum: Other questions
Topic: Globals variables on hoc files?
Replies: 2
Views: 1761

Globals variables on hoc files?

Hi, my question:
If I define a variable in let said "mosinit.hoc" , How can i use it in another hoc file loaded by load_file(1, model.hoc) ?

Thanks
by erick_valpo
Thu Aug 04, 2011 4:24 am
Forum: Getting started
Topic: LIF model
Replies: 1
Views: 2637

LIF model

In order to simplified a model, I wish to separate slow conductances and fast conductances in to two different compartment. The idea is to model fast conductances as a Leak Iintegrate and Fire compartment. I didn't find any similar model on modelDB. could anybody help me with the LIF compartment? Th...
by erick_valpo
Tue May 31, 2011 2:03 pm
Forum: MSWin
Topic: batch for interaction Scilab-NEURON
Replies: 2
Views: 3023

Re: batch for interaction Scilab-NEURON

Thank you Ted,
I explicitly include the path to nrngui in the Scilab command, (one of your proposed solutions), and it's work.
by erick_valpo
Mon May 30, 2011 5:09 pm
Forum: MSWin
Topic: batch for interaction Scilab-NEURON
Replies: 2
Views: 3023

batch for interaction Scilab-NEURON

Hello everyone.
I'm using a batch script wrote for Scilab, in which I run a simulation in NEURON thought the line

Code: Select all

host ('nrngui -nogui iteration.hoc')
Now I'm trying to do it on windows OS, but it doesn't work.
'host' command in scilab is able to perform DOS command execution.

Thanks.