1.

The debug commands can be run in(a) functions(b) live scripts(c) command window(d) nowhereI have been asked this question during an interview.I want to ask this question from Debugging in division MATLAB Programming of MATLAB

Answer»

Correct option is (C) command window

For EXPLANATION: The debug commands can only be run from the command window. If they are present in user-defined functions or LIVE SCRIPTS, the working of the function would ENTIRELY stop when any debug command is invoked while evaluation of the function.



Discussion

No Comment Found

Related InterviewSolutions