Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This functions goal is to return a list (cell array) of names of sub-folders located under user defined folders list. The input should be a a cell array of parent directories names. The function also supports input of a single directory name string.
Alternatively, the user can choose the folders using the OS explorer- by enabling the 'flagGUI' input.
Function properties:
- It is not recursive but iterative.
- It does not change the current folder (not using "cd" command).
- It uses "ls" function, which is supposed to be faster than "dir" function.
- According to some measurements I've made it runs faster than the alternatives.
- I also believe it is clearly written and documented, so it should be easy to understand and maintain.
Cita come
Nikolay S. (2026). folders sub-folders (https://it.mathworks.com/matlabcentral/fileexchange/41135-folders-sub-folders), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: SUBDIR *new*
Ispirato: Folders tree files list, List of files from directories/files list or browser, Files to folders based on properties, apply2VideoFrames
Informazioni generali
- Versione 1.2.0.0 (4,34 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
