Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
This is a utility function to merge segments given by on- and offset ids which occur within a given gap. For example, the on-off ids
[4 5; 8 10; 14 20]
will be merged to
[4 10; 14 20]
with a gap size of 3 samples.
This function is part of a set of functions to convert between logical and number indexing in arrays:
GETONOFFIDS: www.mathworks.com/matlabcentral/fileexchange/58983
ONOFF2LOGICAL: www.mathworks.com/matlabcentral/fileexchange/58984
BRIDGEIDGAPS: www.mathworks.com/matlabcentral/fileexchange/58985
Citation pour cette source
David J. Mack (2026). bridgeIdGaps(OnOffIds, MaxGapSize, varargin) (https://fr.mathworks.com/matlabcentral/fileexchange/58985-bridgeidgaps-onoffids-maxgapsize-varargin), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.2.0.0 (4,15 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.2.0.0 | [MOD] Vectorized the WHILE-loop. Now very fast.
|
||
| 1.1.0.0 | Fixed the input argument check, which was changed for release. |
||
| 1.0.0.0 | Added links. |
