Search found 3 matches
- Sun Oct 09, 2016 9:43 pm
- Forum: Getting started
- Topic: Running Neuron without the GUI
- Replies: 4
- Views: 9338
Re: Running Neuron without the GUI
Thank you. Yes, my neuron source code and data (spike trains generated by matlab and stored in a .txt file) are in a totally separate folder. (In case it clarifies the neuron v. nrngui question, nrngui doesn't work from the command prompt in Windows either, whereas neuron successfully launches the p...
- Fri Oct 07, 2016 8:35 pm
- Forum: Getting started
- Topic: Running Neuron without the GUI
- Replies: 4
- Views: 9338
Re: Running Neuron without the GUI
Thank you! My programming ability is currently 98% matlab and 2 % NEURON, but hopefully that will change :) And just now I'm figuring out how to run someone else's code. 1. Assuming I'm in the correct path, I realize now that "fullfile" is not necessary. fullfile simply creates a full path...
- Thu Oct 06, 2016 11:03 pm
- Forum: Getting started
- Topic: Running Neuron without the GUI
- Replies: 4
- Views: 9338
Running Neuron without the GUI
I'm running a series of simulations from Matlab by executing the following repeatedly (each time I change an underlying parameter set). system(fullfile(cd,'myFile.hoc')) This runs the simulation successfully, but also pops up the little nrngui menu bar while doing so. I'm running a lot of short simu...