MATLAB: Ordering answers to calculations with lowest first

mathematicsMATLABordering

Hi, I was wondering if there is a simple way to order answers to calculations in descending order. I have carried out around 16 similar calculations with numeric answers being output for each, however I'm trying to get them listed in order. Is this possible at all?
Thanks, Karen.

Best Answer

They are scalar values each? Then
sort([bestimage,rachelbook,sym8book2,sym8book4],'descend')