Array index of maximum value
Array index of maximum value
(OP)
I have an array of values. I can use the max function, ie. max(array), to output the maximum value in the array. However, I would also like it to output the array index value at the maximum. It's easy to do by graphin it and using the trace function or such, but I wanted the program to find it on its own. Does anyone know of a way to do this?





RE: Array index of maximum value
TTFN
RE: Array index of maximum value
RE: Array index of maximum value
TTFN
RE: Array index of maximum value