This is a static copy of a profile reportHome
scribe.legend.schema>edgeColorSetter (14 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:44 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/@scribe/@legend/schema.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 |
188 | set(h,'YColor',val); | 14 | 0 s | 0% |  |
187 | set(h,'XColor',val); | 14 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Line number | Message |
186 | An M-Lint message was once suppressed here, but the message is no longer generated. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 0 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | N/A |
Function listing
time calls line
186 function val = edgeColorSetter(h,val) %#ok
14 187 set(h,'XColor',val);
14 188 set(h,'YColor',val);