Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 1 month ago

Min/Max selection by Bruno Luong

Search for k smallest or largest elements in the array (min, sorting, max)

buildInternal_mxArrayDef(mxArraydefFilename)

getmexopts(Tag)

maxk(varargin)

image thumbnail

updated 2 years ago

Quicksort MATLAB by GAGAN

Implementation of standard quicksort Algorithm in MATLAB. (quicksort, quicksort matlab, sort)

[a,CPU_cost]=quicksort(a,low,high,CPU_cost)

[b,CPU_cost]=insertionsort(p,CPU_cost)

[p,q]=swap(a,b)

image thumbnail

updated 5 years ago

simsort by Giampiero Campa

Sorts vectors using quicksort. (simulink, sort, qsort)

simsort

image thumbnail

updated 8 years ago

Generalized Sorting by Nathan Thern

Sort any kind of data based on user-defined criteria. (sort, sorting, quicksort)

quicksort(input, inl_fcn)

Contact us