verLessThan>getParts (4 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:12 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/general/verLessThan.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
verLessThan | function | 4 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
64 | end | 4 | 0 s | 0% | ![]() |
63 | parts(3) = 0; % zero-fills to ... | 4 | 0 s | 0% | ![]() |
62 | if length(parts) < 3 | 4 | 0 s | 0% | ![]() |
61 | parts = sscanf(V, '%d.%d.%d')'... | 4 | 0 s | 0% | ![]() |
All other lines | 0 s | 0% | ![]() | ||
Totals | 0 s | 0% |
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
time | calls | line | |
---|---|---|---|
60 | function parts = getParts(V) | ||
4 | 61 | parts = sscanf(V, '%d.%d.%d')'; | |
4 | 62 | if length(parts) < 3 | |
4 | 63 | parts(3) = 0; % zero-fills to 3 elements | |
4 | 64 | end |