cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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

JBlackhole
16-Pearl

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

To all,

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

Thanks

Regards

1 ACCEPTED SOLUTION

Accepted Solutions
RichardJ
19-Tanzanite
(To:JBlackhole)

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

View solution in original post

2 REPLIES 2
RichardJ
19-Tanzanite
(To:JBlackhole)

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

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

Top Tags