vector.min()
Posted: Wed Oct 24, 2007 9:42 am
Hi all!
using the function vec.min() give me an error
in documentation, you can use
x = vec.min()
or x = vec.min(start, end)
I suppose start and end are the index of the values between the search is done
the followed code work
but changing by
give me the following error
using the function vec.min() give me an error
in documentation, you can use
x = vec.min()
or x = vec.min(start, end)
I suppose start and end are the index of the values between the search is done
the followed code work
Code: Select all
objref rec
rec.record(&soma.ina_INaf( 0.5 ), 0.01)
x = rec.min()
Code: Select all
x = rec.min(1000, 1100)
is this function buggy or I don't use it correctly ?nrniv: Arg out of range in user function
in fig2IV.hoc near line 38
}
^
Vector[3].max(10001100 , )