

InterviewSolution
Saved Bookmarks
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 |
|