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.
DIRC(DIR_NAME) uses the DIR function to return the directory listing of directory DIR_NAME, with usage of optional arguments, and with the following differences in output:
- The output is in a 'cell' format instead of a 'structure' format.
- The output includes the following columns (in the stated order): Full Item Name, Item Name, Item Extension, Date, Bytes, IsDir
Filter, Sort_By, and Group arguments can optionally be used.
Examples:
dirc('C:\')
dirc('C:\Windows','de','n')
dirc('C:\','','t','d')
See code or type 'help dirc' for usage details.
[Please subscribe to this file if you use it, so you can be notified of updates.]
Citar como
Skynet (2026). Dir with Cell Output and Options (https://la.mathworks.com/matlabcentral/fileexchange/7390-dir-with-cell-output-and-options), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.0.0 (3,56 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 | Added 'or' SORT_BY option. |
