1.

Which command can be used for single step execution in debugging mode?(a) dbstep(b) dbstepin(c) dbstatus(d) dbcontI had been asked this question in examination.My enquiry is from Functions topic in chapter MATLAB Basics of MATLAB

Answer»

Correct option is (a) dbstep

The EXPLANATION is: The function ‘dbstep’ helps in single step execution while ‘dpstepin’ helps to enter into a function. The function ‘dbstatus’ helps to list all the BREAKPOINTS in a function while ‘dbcont’ helps to continue execution. These are the pre-defined debugging commands in MATLAB.



Discussion

No Comment Found

Related InterviewSolutions