

InterviewSolution
Saved Bookmarks
1. |
The dbstop command, for anonymous functions __________(a) Pauses, for debugging, after the line which dbstop indicates(b) Pauses, for debugging, before the line which dbstop indicates(c) exits from the debugging mode after the line which dbstop indicates(d) exits from the debugging mode before the line which dbstop indicatesI got this question in a job interview.Question is taken from Debugging topic in section MATLAB Programming of MATLAB |
Answer» Right choice is (a) Pauses, for debugging, after the line which dbstop indicates |
|