

InterviewSolution
Saved Bookmarks
1. |
How would you start a debugger in MATLAB?(a) There is no M-file in MATLAB(b) Type edit in MATLAB and press Enter(c) Type debug in MATLAB and press Enter(d) Type M-file in MATLAB and press EnterThis question was addressed to me during an interview.This intriguing question comes from M-Files topic in division Interacting with MATLAB of MATLAB |
Answer» The correct answer is (b) Type EDIT in MATLAB and press Enter |
|