2%> Return a scalar MATLAB logical that is ``
true``
if and
3%> only
if the current installation of MATLAB contains
4%> the MATLAB Parallel Computing Toolbox.
7%> This function searches the MATLAB license
8%>
for an installation of the Parallel Computing Toolbox.
9%> If the search fails, a
parallel code section will be tested.
12%> ``hasit`` : The output scalar MATLAB logical that is ``
true``
if and
13%> only
if the current installation of MATLAB contains
14%> the required MATLAB Toolbox.
19%> hasit = pm.matlab.has.parallel();
24%> \include{lineno} example/matlab/has/main.m
26%> \include{lineno} example/matlab/has/main.out.m
31%> \JoshuaOsborne, May 21 2024, 10:33 PM, University of Texas at Arlington<br>
32%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
33%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
35 hasit = license('test', 'Distrib_Computing_Toolbox');
38 delete(gcp('nocreate'));
function parallel()
Return a scalar MATLAB logical that is true if and only if the current installation of MATLAB contain...