Array sorting

Program for Sorting of Array in Matlab
515 Downloads
Updated 29 Sep 2011

View License

This Example will help you in getting the basics of programmatic as well
As the various commands used in matlab, Use of Loops, Use of Conditional
statements Etc...

Here is the surprise, Matlab has an inbuilt function called 'sort' for sorting any array.

Cite As

satendra kumar (2024). Array sorting (https://www.mathworks.com/matlabcentral/fileexchange/33054-array-sorting), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Matrices and Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

I have updated the Script file to a Function called 'Array_sort'. Which is more user input oriented, with a variable size of array.
Upon calling this function in matlab command window it will ask for the user input data.

1.0.0.0