This is a static copy of a profile reportHome
genvarname>isString (1 call, 0.000 sec)
Generated 05-Nov-2014 07:52:56 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/lang/genvarname.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 |
152 | isIt = (isvector(content) &... | 1 | 0 s | 0% |  |
151 | if ischar(content) | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 2 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 40.00 % |
Function listing
time calls line
150 function isIt = isString(content)
1 151 if ischar(content)
1 152 isIt = (isvector(content) && (size(content,1) == 1)) || isempty(content);
153 else
154 isIt = false;
155 end
Other subfunctions in this file are not included in this listing.