2%> Return a
list of MATLAB strings containing the names of
3%> OS platforms supported by the ParaMonte MATLAB library.
6%> ``names`` : The output MATLAB
string list containing:
7%> ``[
"Windows",
"Linux",
"Darwin"]``.
12%> names = pm.os.list()
17%> \include{lineno} example/os/
list/main.m
19%> \include{lineno} example/os/
list/main.out.m
24%> \JoshuaOsborne, May 21 2024, 11:49 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 names = ["Windows", "Linux", "Darwin"];
function list()
Return a list of MATLAB strings containing the names of OS platforms supported by the ParaMonte MATLA...