

InterviewSolution
Saved Bookmarks
1. |
To stop the execution of a MATLAB command, used keys?(a) ctrl+c(b) ctrl+s(c) ctrl+b(d) ctrl+enterThis question was addressed to me in my homework.The origin of the question is Input and Output in division MATLAB Basics of MATLAB |
Answer» CORRECT choice is (a) ctrl+c For explanation I would SAY: Ctrl+C stop execution for files that run a long time, or that CALL built-ins or MEX-files that run a long time. Ctrl+Break is also USED to stop the execution. |
|