Search found 17 matches

by Christine Chung
Sat May 11, 2019 6:44 am
Forum: Other questions
Topic: how to deal with "subscript out of range error" in printing out coordinate.
Replies: 11
Views: 7472

Re: how to deal with "subscript out of range error" in printing out coordinate.

Thank you for your response, Ted. I had already used print statement and found out the location of the crash. This loop is executed but stops and the error message "subscript out of range error" came out! for ii = 1, nseg { xr = range.x[ii] center_pt.x[0] = xint.x[ii] center_pt.x[1] = yint...
by Christine Chung
Fri May 10, 2019 2:10 am
Forum: Other questions
Topic: how to deal with "subscript out of range error" in printing out coordinate.
Replies: 11
Views: 7472

how to deal with "subscript out of range error" in printing out coordinate.

Hi, I'm just beginner and undergraduate. I'm using NEURON for my thesis for graduate paper. What i am doing now is that print out coordinate info of each segment into txt.file with using interpxyz.hoc in extracellular_stim_and_rec.zip But the problem is "subscript out of range error". This...