2%> Return a scalar MATLAB
string containing the path to
3%> the ``
lib`` directory of the ParaMonte library package.
6%> ``path`` : The output scalar MATLAB
string containing the path to
7%> the ``
lib`` directory of the ParaMonte library package.
12%> path = pm.lib.path.lib();
17%> \include{lineno} example/
lib/path/
lib/main.m
19%> \include{lineno} example/
lib/path/
lib/main.out.m
24%> \JoshuaOsborne, May 21 2024, 7:39 PM, University of Texas at Arlington<br>
25%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
26%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
28 persistent path_persistent
29 if isempty(path_persistent)
30 path_persistent =
string(fullfile(pm.
lib.path.
root(), "
lib"));
32 path = path_persistent;
function lib()
Return a scalar MATLAB string containing the path to the lib directory of the ParaMonte library packa...
function root()
Return a scalar MATLAB string containing the root directory of the ParaMonte library package.