Code Analyzer resultsNo Code Analyzer messages.
Coverage resultsShow coverage for parent directory
Total lines in function | 11 |
Non-code lines (comments, blank lines) | 10 |
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 listingtime | calls | line |
---|
| | 1 | function wd=pwd
|
| | 2 | %PWD Show (print) current working directory.
|
| | 3 | % PWD displays the current working directory.
|
| | 4 | %
|
| | 5 | % S = PWD returns the current directory in the string S.
|
| | 6 | %
|
| | 7 | % See also CD.
|
| | 8 |
|
| | 9 | % Copyright 1984-2002 The MathWorks, Inc.
|
| | 10 |
|
| 1 | 11 | wd = cd;
|