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.
bytes = DirSize('pathOfInterest');
Sometimes I write a script that needs to know how large directories are. I couldn't find a function to already do this, so took a stab at it.
Zitieren als
Richard Moore (2026). DirSize (https://de.mathworks.com/matlabcentral/fileexchange/41300-dirsize), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: DirSizePretty
Allgemeine Informationen
- Version 1.1.0.0 (1,38 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | Following suggestions from Jan, help explicit checks for '.'/'..', and use of the isdir field in the structu returned by dir were added. |
||
| 1.0.0.0 |
