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