Solved
How to convert nested array to table/matrix?
- February 3, 2014
- 1 reply
- 3758 views
I have a set of measurements of a process performed in cycles (labeled as O). The set of data contains one x-axis and multiple y values. For each y column i.e. each measurement cycle, I want to find its maxiumum value and to match it to corresponding value on x scale (first column in data set).
When I try with match function I obtain a nested array as a result. Is there a way to present nested array to set of (x,y) data?

