REBJ
Aerospace
- Oct 4, 2006
- 5
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?