I am performing an embedded parameter sweep which computes a [5,5,5,5,5,101] array, the last dimension being frequency. I'd like to plot the maximum of the outer five dimensions across frequency.
max_outer() is invalid, I believe because the function is written for a 2D array.
Is there a function for n-dimension arrays, or is there a way to collapse the first five dimensions?
Thanks!
max_outer() is invalid, I believe because the function is written for a 2D array.
Is there a function for n-dimension arrays, or is there a way to collapse the first five dimensions?
Thanks!