Search found 6 matches

by KG_UIUC
Tue Jul 09, 2013 9:06 pm
Forum: Modeling networks
Topic: input synaptic weights from MATLAB to NEURON session
Replies: 4
Views: 11156

Re: input synaptic weights from MATLAB to NEURON session

Ted I did try lots of things I created a file "wt.txt" where I entered 0.1 0.001 0.3 and save it as ANSI .txt file now when I write objref f1 f1 = new file() f1.wopen("wt.txt") 0 // is what I get on command window stdref tstr f1.getname(tstr) wt.txt //is what get xopen(tstr) can'...
by KG_UIUC
Tue Jul 09, 2013 2:47 pm
Forum: Modeling networks
Topic: input synaptic weights from MATLAB to NEURON session
Replies: 4
Views: 11156

Re: input synaptic weights from MATLAB to NEURON session

Thanks Ted So I did use nclst.o to change the synaptic weights and it WORKED :) now my problem is when I load_file("wt.txt") which is synaptic weights from MATLAB >> save test.dat synwt -ascii %%% matlab command I dont know how out read these file contents. I want to input these in a matri...
by KG_UIUC
Sat Jul 06, 2013 4:28 pm
Forum: Modeling networks
Topic: input synaptic weights from MATLAB to NEURON session
Replies: 4
Views: 11156

input synaptic weights from MATLAB to NEURON session

I have a session file containing 10 cells which creates spike plot and I save the output as. dat file I want to use these .dat files to do MATLAB analysis and if it doesn't meet the required conditions I would send new synaptic weights and delay time to create new spike plot and create .dat file and...
by KG_UIUC
Wed Dec 12, 2012 8:21 pm
Forum: Modeling networks
Topic: how to export data from NEURON
Replies: 5
Views: 12512

Re: how to export data from NEURON

Ted I will elaborate or indent my code Summary: I have created an oscillator of two neurons which gets stimulus from artificial cell to start. In all I have 2 cells and 1 artificial cell. Those 2 cells +1 artificial cells have network which has inhibitory synapses, excitatory synapses. Now I want to...
by KG_UIUC
Thu Nov 15, 2012 1:57 am
Forum: Modeling networks
Topic: how to export data from NEURON
Replies: 5
Views: 12512

Re: how to export data from NEURON

Ted I have 4 sets of data to be saved i.e four cells in a network for which I want to the v(0.5) for each cell. after creating the gui of the network I wrote following in the command window >forall { >print secname() >} C_Cell[0].soma C_Cell[1].soma C_Cell[2].soma C_Cell[3].soma %%%% then I wrote a ...
by KG_UIUC
Mon Nov 12, 2012 11:23 pm
Forum: Modeling networks
Topic: how to export data from NEURON
Replies: 5
Views: 12512

how to export data from NEURON

My problem is I am new to NEURON and neuroscience. I need your help with two things. 1. I need to know the reference which can explain me what output is generated(membrane potential, spike plot, sodium current) from modelling of a network has a physical meaning. 2. I am able to create a gui for a sp...