이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Calculate, quantify, and visualize the run times of sorting algorithms across a variety of input conditions.
Select from built-in sorting algorithms or add your own, choose the type of data to sort, specify array lengths, and define how many arrays to test at each size. The app executes each algorithm on identical inputs and plots the resulting run-time performance for direct comparison. Curve fits are also generated and displayed to help analyze time complexity trends.
Custom algorithms can be added to the +sortingMethods subfolder and made available within the app by clicking “Update.”
To use:
1) Install app or run .mlapp file
2) Select sorting functions to analyze
3) Click Run
4) To edit & expand sorting functions - click "Open sorting folder" edit files (if you make a new file click "Update")
5) Change what type of data are to be sorted under "Data to sort" - Sorting data can be plotted with the "Plot" button.
6) Change how long of arrays to sort under "Array lengths"
7) Change how many of each array length to sort with "N tests per length"
All feedback welcome - enjoy!!
인용 양식
Chris Wilkening (2026). Test Sorting Functions (https://kr.mathworks.com/matlabcentral/fileexchange/183879-test-sorting-functions), MATLAB Central File Exchange. 검색 날짜: .
