Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
NCONSEC = NCONSECUTIVE(X) returns a vector containing the maximum number of consecutive integers in each row of matrix x.
Note that while this code is not vectorized, it was tested against two different vectorized versions; the for-loop code ran about twice as fast as the vectorized versions.
Example:
nconsec = nconsecutive([1 2 3 5 6 7; 8 7 6 2 4 1; 2:7; 9:-1:5 5])
Editor's Note: You might want to try vectorizing this to work along the columns instead of along the rows; since MATLAB is column major this may be more effective.
Citar como
Brett Shoelson (2026). nconsecutive (https://es.mathworks.com/matlabcentral/fileexchange/1006-nconsecutive), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.0.0 (1,43 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
