1.

To enter a value and change the course of working of a function while it is working, we use the __________(a) dbstop(b) db(c) keyboard(d) enterI have been asked this question in an interview for internship.This key question is from Debugging topic in division MATLAB Programming of MATLAB

Answer»

Correct answer is (c) KEYBOARD

Explanation: The keyboard command is pre-defined in MATLAB and allows us to enter the debugging MODE. We need to give the command in our m.file where we want to start debugging and then the control will RETURN to the keyboard where we will be ABLE to give new value to the parameters INVOLVED in the function.



Discussion

No Comment Found

Related InterviewSolutions