ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
authors.m
Go to the documentation of this file.
1%> \brief
2%> Return a MATLAB string containing the ParaMonte MATLAB library authors.
3%>
4%> \return
5%> ``str`` : The output MATLAB string containing the ParaMonte MATLAB library authors.
6%>
7%> \interface{authors}
8%> \code{.m}
9%>
10%> str = pm.lib.authors();
11%>
12%> \endcode
13%>
14%> \example{authors}
15%> \include{lineno} example/lib/authors/main.m
16%> \output{authors}
17%> \include{lineno} example/lib/authors/main.out.m
18%>
19%> \final{authors}
20%>
21%> \author
22%> \JoshuaOsborne, May 21 2024, 7:59 PM, University of Texas at Arlington<br>
23%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
24%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute for Computational Engineering and Sciences (ICES), UT Austin<br>
25function str = authors()
26 str = "The Computational Data Science Lab @ The University of Texas";
27end
function authors()
Return a MATLAB string containing the ParaMonte MATLAB library authors.
function lib()
Return a scalar MATLAB string containing the path to the lib directory of the ParaMonte library packa...