Merge sorted arrays

Given two already sorted arrays, the function combines them in an unique sorted array
1,3K descargas
Actualizado 4 nov 2013

Ver licencia

Using this function avoids to call Matlab SORT(), which does unnecessary work since the two inputs is already sorted.

Mex implementation for speed.
'rows' option supported

Citar como

Bruno Luong (2024). Merge sorted arrays (https://www.mathworks.com/matlabcentral/fileexchange/28930-merge-sorted-arrays), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Matrices and Arrays en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: ChooseK

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

Fix bug of merge rows with empty array

1.2.0.0

Minor speed improvement

1.1.0.0

Optionally return the splitting locations of the inputs

1.0.0.0