MATLAB: How can I find the smallest 3 numbers in a matrix array

MATLABmatrix arraysmallest

Hi everyone,
I have a matrix array with dimensons 1×91. I want to find smallest 3 numbers in this array, how can ı find ?
Thanks for you answers

Best Answer

mink(TheArray, 3)