Small low-level utility to check whether (list of) directories is/are on the current search path
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
ISONPATH checks if given directory is on the current MATLAB path. Vectorized in the sense that it accepts cell-arrays of strings.
y = ISONPATH(dirs) for string [dirs] checks whether the specified directory is on the MATLAB search path. The output [y] is a logical scalar equal to 'true' when the directory is on the path, 'false' otherwise.
In case [dirs] is a cell array of strings, the same check is performed for each entry in [dirs]. In this case, the output [y] is a logical array the same size as [dirs].
Note that a case-INsensitive comparison is used on windows platforms, while exact case match is required for Linux/Mac platforms.
Cita come
Rody Oldenhuis (2026). Check whether directory is on current MATLAB path (https://github.com/rodyo/FEX-isonpath/releases/tag/v1.2), GitHub. Recuperato .
Informazioni generali
- Versione 1.2 (2,75 KB)
-
Visualizza la licenza su GitHub
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.2 | See release notes for this release on GitHub: https://github.com/rodyo/FEX-isonpath/releases/tag/v1.2 |
||
| 1.1.0.0 | [linked to Github] |
||
| 1.0.0.0 |
