1.

Can we save a MATLAB program while in debugging mode?(a) True(b) FalseThe question was asked in semester exam.My enquiry is from Debugging in section MATLAB Programming of MATLAB

Answer»

The correct answer is (B) False

The explanation: While in DEBUGGING MODE, we are really trying out the function. So, when the debugging mode starts, the command line is halted at a CERTAIN line in the function and the evaluation of the function is stopped. HENCE, it’s not possible to bring a change in the function and save it in the directory. We’ve to exit from the debugging mode and then we can save the function.



Discussion

No Comment Found

Related InterviewSolutions