Check whether directory is on current MATLAB path

版本 1.2 (2.8 KB) 作者: Rody Oldenhuis
Small low-level utility to check whether (list of) directories is/are on the current search path
238.0 次下载
更新时间 2020/5/2

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.

引用格式

Rody Oldenhuis (2024). Check whether directory is on current MATLAB path (https://github.com/rodyo/FEX-isonpath/releases/tag/v1.2), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
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

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库