1.

The dbstop command, for functions stored in the system memory, with a line mentioned will __________(a) pause the evaluation of the function before the mentioned line(b) exit the evaluation of the function before the mentioned line(c) pause the evaluation of the function during the mentioned line(d) pause the evaluation of the function after the mentioned lineI had been asked this question during an interview.I want to ask this question from Debugging in portion MATLAB Programming of MATLAB

Answer»

Correct choice is (a) pause the evaluation of the FUNCTION before the mentioned line

To explain I would say: In contrast to ANONYMOUS FUNCTIONS, the dbstop COMMAND will pause the working of a function just before the mentioned line. It will pause the evaluation and enter the debugging mode.



Discussion

No Comment Found

Related InterviewSolutions