Skip to main content
16-Pearl
March 12, 2016
Solved

"top 10" values of a data set- no function?

  • March 12, 2016
  • 2 replies
  • 1443 views

To all,

is there not a function in mathcad to return the "top N" value of a data set?

Thanks

Regards

Best answer by RichardJ

You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)

2 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
March 12, 2016

You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)

16-Pearl
March 12, 2016

Thanks. Thought there was a specific function like in xls (LARGE) to do the job directly