10-14-2010 05:38 AM
hello,
i need to get a minimum and the next minimum value from each row of a 2 dimensional matrix.
i could successfully extract the minimum value, but unable to get the next minimum.
here is a screenshot of how i got the minimum value
Solved! Go to Solution.
10-14-2010 05:47 AM
Conver the matrix to array then use the sort array function
10-14-2010 10:50 AM
thnk u so much!!