MATLAB Practice Test
MATLAB FREE MATLAB Debugging & Performance Questions and Answers
Which of the following MATLAB functions allows you to pause the execution of a script or function at a specific line and inspect variable values?
Select your answer
A
`keyboard`
B
`error`
C
`profile`
D
`tic/toc`
Hint