1.

How will you return to execution from debugging mode?(a) Use the dbcont command(b) Use the return command(c) Use the dbcont & return command(d) Use the keyboard commandI have been asked this question in an internship interview.Question is taken from Fine Tuning topic in portion Interacting with MATLAB of MATLAB

Answer»

The CORRECT option is (c) Use the dbcont & return command

Easy explanation: While debugging, the user can choose to insert a set of instruction to change the nature of the already WRITTEN program. To return to CONTINUE EXECUTION, the user can enter either dbcont or the return command.



Discussion

No Comment Found

Related InterviewSolutions