This is a static copy of a profile reportHome
tformarray>CheckInputArray (1721 calls, 0.040 sec)
Generated 05-Nov-2014 07:53:14 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/tformarray.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
tformarray | function | 1721 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
670 | if (~isnumeric(A) && ~... | 1721 | 0.010 s | 25.0% |  |
All other lines | | | 0.030 s | 75.0% |  |
Totals | | | 0.040 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 3 |
Code lines that did run | 1 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 33.33 % |
Function listing
time calls line
668 function CheckInputArray( A )
669
0.01 1721 670 if (~isnumeric(A) && ~islogical(A)) || issparse(A)
671 error(message('images:tformarray:invalidA'));
672 end
Other subfunctions in this file are not included in this listing.