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.
STRNUMERIC sorts a cell array of strings in numeric order based on numbers embedded within each string.
Example:
>> str = {'Test.txt'
'Test_4_Case_1_Day_10_34.txt'
'Test_3_Case_1_Day_10_34.txt'
'Test_2_Case_1_Day_9.txt'
'Test_2_Case_1_Day_10_34.txt'
'Test_2_Case_001_Day_10_234.txt'
'Test_2_Case_001_Day_10.txt'
'Test_1_Case_33_Day_1.txt'};
>> strnumeric(str)
ans =
'Test.txt'
'Test_1_Case_33_Day_1.txt'
'Test_2_Case_1_Day_9.txt'
'Test_2_Case_001_Day_10.txt'
'Test_2_Case_1_Day_10_34.txt'
'Test_2_Case_001_Day_10_234.txt'
'Test_3_Case_1_Day_10_34.txt'
'Test_4_Case_1_Day_10_34.txt'
Citar como
Sww (2026). STRNUMERIC (https://es.mathworks.com/matlabcentral/fileexchange/44968-strnumeric), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: SOLLAR CHIMNEY DISALINATION APPARATUS
Información general
- Versión 1.0.0.0 (1,65 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 |
