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

Community Tip - You can change your system assigned username to something more personal in your community settings. 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