This is a static copy of a profile reportHome
maketform>fwd_box (1721 calls, 0.881 sec)
Generated 05-Nov-2014 07:53:10 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/maketform.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
735 | X = bsxfun(@times, U, t.tdata.... | 1721 | 0.541 s | 61.4% |  |
736 | X = bsxfun(@plus, X, t.tdata.s... | 1721 | 0.310 s | 35.2% |  |
All other lines | | | 0.030 s | 3.4% |  |
Totals | | | 0.881 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 7 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
728 function X = fwd_box( U, t)
729
730 % FORWARD box transformation
731 %
732 % T is an box transformation structure. U is the row vector to
733 % be transformed, or a matrix with a vector in each row.
734
0.54 1721 735 X = bsxfun(@times, U, t.tdata.scale);
0.31 1721 736 X = bsxfun(@plus, X, t.tdata.shift);
Other subfunctions in this file are not included in this listing.