This is a static copy of a profile report

Home

xyzvchk>isvector (1668 calls, 0.020 sec)
Generated 05-Nov-2014 07:52:39 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/polyfun/xyzvchk.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
xyzvchkfunction1668
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
70
tf = (sum(size(x)~=1) <= 1)...
16680.020 s100.0%
All other lines  0 s0%
Totals  0.020 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function3
Non-code lines (comments, blank lines)2
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
68 function tf = isvector(x)
69 %ISVECTOR True if x has only one non-singleton dimension.
0.02 1668 70 tf = (sum(size(x)~=1) <= 1);

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