1.

Which of the following command would allow us to continue the evaluation of a function in the debugging mode?(a) dbcont(b) dbcontinue(c) continue(d) debugcontThis question was addressed to me in a national level competition.This is a very interesting question from Debugging in section MATLAB Programming of MATLAB

Answer»

Correct CHOICE is (a) dbcont

The explanation is: The dbcont command would allow US to CONTINUE the working of our function after we have ENTERED the debugging mode. The continue command is USED in loops, it won’t help us in this case.



Discussion

No Comment Found

Related InterviewSolutions