This is a static copy of a profile reportHome
cell.unique>localcat (6 calls, 0.000 sec)
Generated 05-Aug-2011 13:00:28 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/ops/@cell/unique.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
102 | end | 4 | 0 s | 0% |  |
101 | value = [a;b]; | 4 | 0 s | 0% |  |
100 | else | 4 | 0 s | 0% |  |
99 | value = [a,b]; | 2 | 0 s | 0% |  |
98 | if (isrow) | 6 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 5 |
Code lines that did run | 5 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
96 function value = localcat(a,b,isrow)
97
6 98 if (isrow)
2 99 value = [a,b];
4 100 else
4 101 value = [a;b];
4 102 end
Other subfunctions in this file are not included in this listing.