Solved
"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
To all,
is there not a function in mathcad to return the "top N" value of a data set?
Thanks
Regards
You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.