This is a static copy of a profile reportHome
xyzchk>isvector (567 calls, 0.010 sec)
Generated 05-Nov-2014 07:52:42 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/polyfun/xyzchk.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
xyzchk | function | 567 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
105 | tf = (length(x) == numel(x)); | 567 | 0 s | 0% |  |
All other lines | | | 0.010 s | 100.0% |  |
Totals | | | 0.010 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
103 function tf = isvector(x)
104 %ISVECTOR True if x has only one non-singleton dimension.
567 105 tf = (length(x) == numel(x));
Other subfunctions in this file are not included in this listing.