2%> Return a scalar MATLAB logical that is ``
true``
if and
3%> only
if the current installation of MATLAB contains
4%> the MATLAB GPU_Coder Toolbox.
7%> This function searches the MATLAB license
8%>
for an installation of the Toolbox.
13%> The output scalar MATLAB logical that is ``
true``
if and
14%> only
if the current installation of MATLAB contains
15%> the required MATLAB Toolbox.
20%> hasit = pm.matlab.has.gpucoder();
25%> \include{lineno} example/matlab/has/main.m
27%> \include{lineno} example/matlab/has/main.out.m
32%> \JoshuaOsborne, May 21 2024, 10:33 PM, University of Texas at Arlington<br>
33%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
34%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
36 hasit = license('test', 'GPU_Coder');
function gpucoder()
Return a scalar MATLAB logical that is true if and only if the current installation of MATLAB contain...