1

Is it possible to use debugging commands like dbstep and dbquit etc in the MATLAB pmode ?

Swami
  • 71
  • 1
  • 10

1 Answers1

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