I have a piece of code in my Matlab implementation that looks like a good comment, but in the real scenario, the generated matrix is too large and I cannot save the code. So now this is a comment.
I want to know if there is something like debug mode in Matlab. Sort of
#ifndef NDEBUG
in C?
source
share