genpath_exclude
Executes like genpath, but can ignore specified directories.
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.
Zitieren als
Jesse Hopkins (2026). genpath_exclude (https://de.mathworks.com/matlabcentral/fileexchange/22209-genpath_exclude), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Recursive addpath
Inspiriert: genpath2, deploypcode(source_dir, target_dir, varargin)
Allgemeine Informationen
- Version (2,18 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.4.0 | fixed regexp handling. wrapped each expression in ^ and $ chars. Added more help comments |
||
| 1.3.0 | Updated description. |
||
| 1.2.0 | Made input more robust so that if user enters a string as 'excudeDir' rather than a cell array of strings this function will still work. |
||
| 1.1.0 | Updated file so that it is a modified version of genpath, rather than post-processing the output of genpath. |
||
| 1.0.0 |