image thumbnail

updated 1 month ago

Case insensitive sort function by German

Case insensitive sorting of a cell array of strings. (sort, text, sorting)

sorti(A, varargin)

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 1 year ago

Array sorting by satendra kumar

Program for Sorting of Array in Matlab (matlab, array, sorting)

[out]=Array_sort()

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 2 years ago

external merge sort by Gaurav Choudhary

simulates external merge sort. (external merge sort, sorting, efficient sorting for...)

[out]=algo(in)

extmerge(fno,bufs,pass)

lin.m

image thumbnail

updated almost 3 years ago

qsort by Malcolm McLean

C-style qsort routine that takes comparison function. (comparision function, cstyle, sorting)

qsort( vector, compfunc )

image thumbnail

updated 3 years ago

Insertion Sort by x yz

Insertion sort is a simple sorting algorithm in which the sorted array is built one entry at a time. (algorithms, insertion sort, sorting)

InsertionSort(x)

image thumbnail

updated 3 years ago

Merge sort of Multidimensional array by Chandan

Sorting of array both single or multidimensional using Merge sorting technique. (mathematics, data import, data exploration)

readfile()

image thumbnail

updated almost 5 years ago

MClust Spike sorting toolbox by A David Redish

Spike sorting toolbox (medical, neuroscience, tetrode)

image thumbnail

updated 5 years ago

MClust Spike sorting toolbox by A David Redish

update fixing bugs (bugs, bug, fixing)

image thumbnail

updated 5 years ago

sortwvfrms by Joshua Carmichael

Sorts signals according to user specified criteria (3 options) (dsp, sorting, ordering)

[varargout]=sortwvfrms(W,varargin)

image thumbnail

updated 5 years ago

simsort by Giampiero Campa

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

simsort

image thumbnail

updated almost 8 years ago

Image Pixel Sorting by Atakan Varol

Sorts the boundary pixels of an image after edge detection. (sorting, pixel, image processing)

image_sort(x,y)

demo_sort.m

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)

image thumbnail

updated 9 years ago

Wave Measurement Sorting by Geir Agustsson

Sort wave heights and periods into a frequency matrix. (wave heights, wave periods, sorting)

HT(H,T)

image thumbnail

updated almost 11 years ago

Sort Structure by Mark Jobse

Sort fields in ascending order. (structure, sorting, cell arrays)

sort_structure(structure)

Contact us