Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
SUBDIR
returns all subfolder under current path.
P = SUBDIR('directory_name')
stores all subfolders under given directory into a variable 'P'
[P F] = SUBDIR('directory_name')
stores all subfolders under given directory into a
variable 'P' and all filenames into a variable 'F'.
use sort([F{:}]) to get sorted list of all filenames.
Zitieren als
Elmar Tarajan (2026). SUBDIR *new* (https://de.mathworks.com/matlabcentral/fileexchange/1492-subdir-new), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: RPCODE, folders sub-folders
Allgemeine Informationen
- Version 1.0.0.0 (616 Bytes)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 | the output of results in the new version is more user friendly. |
