Is it possible to use debugging commands like dbstep and dbquit etc in the MATLAB pmode ?
Asked
Active
Viewed 304 times
1
-
2Have you tried it? Did it work? – Cecilia May 11 '15 at 17:21
1 Answers
0
Unfortunately it is not possible to do that. I'm afraid your best bet is to use disp
or fprintf
statements to track the program flow.

Edric
- 23,676
- 2
- 38
- 40