This is a static copy of a profile reportHome
imuitools\private\imageDisplayParseInputs>getAutoCLim (1 call, 0.000 sec)
Generated 15-Mar-2007 12:02:00 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\images\imuitools\private\imageDisplayParseInputs.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 function| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 244 | clim = double([min(cdata(:)) m... | 1 | 0 s | 0% |  |
| Other lines & overhead | | | 0 s | 0% |  |
| Totals | | | 0.000 s | 0% | |
Children (called functions)
No childrenM-Lint results
Coverage results
[ Show coverage for parent directory ]
| Total lines in file | 5 |
| Non-code lines (comments, blank lines) | 4 |
| 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
242 function clim = getAutoCLim(cdata)
243
1 244 clim = double([min(cdata(:)) max(cdata(:))]);
245
246 %-----------------------------------------------
Other subfunctions in this file are not included in this listing.