This is a static copy of a profile report

Home

categorical.ismatrix (Calls: 139895, Time: 0.218 s)
Generated 04-Jun-2021 04:11:14 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\categorical\@categorical\ismatrix.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabular.subsrefBracesfunction278
tabular.subsrefParensfunction139110
tabular.subsasgnParensfunction507
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
10
t = ismatrix(a.codes);
1398950.049 s22.7%
All other lines  0.168 s77.3%
Totals  0.218 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function10
Non-code lines (comments, blank lines)9
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function t = ismatrix(a)
   2 
%ISMATRIX True if categorical array is a matrix.
   3 
%   ISMATRIX(M) returns logical 1 (true) if SIZE(M) returns [m n] 
   4 
%   with nonnegative integer values m and n, and logical 0 (false) otherwise.
   5 
%
   6 
%   See also ISSCALAR, ISVECTOR, ISEMPTY, ISROW, ISCOLUMN, SIZE.
   7 

   8 
%   Copyright 2006-2013 The MathWorks, Inc. 
   9 

  0.049 
 139895 
  10
t = ismatrix(a.codes); 

Other subfunctions in this file are not included in this listing.