searchenv
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
[modules, paths] = getmodules();
env_value = '';
for p = paths
env_value = [env_value, pathsep, p];
end
setenv('MY_PATH_ENV', env_value);
c = searchenv('loader.m', 'MY_PATH_ENV')🔗 See also
🕔 History
Version
📄 Description
Last updated