2%> Return ``
true``
if the current OS is Linux.
5%> ``itis`` : The output MATLAB logical scalar value that is ``
true``
6%>
if and only
if the OS is Linux, otherwise ``
false``.
11%> itis = pm.os.is.lin()
16%> \include{lineno} example/os/is/main.m
18%> \include{lineno} example/os/is/main.out.m
23%> \JoshuaOsborne, May 21 2024, 11:45 PM, University of Texas at Arlington<br>
24%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
25%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
27 itis = isunix && ~ismac;
function lin()
Return true if the current OS is Linux.