Reputation: 578
I have a piece of code in my Matlab implementation that is like a good comment but in a real scenario, the generated matrix is too big and I can't keep the code. So it is a comment now.
I want to know if there is something like debug mode in Matlab. Something like
#ifndef NDEBUG
in C?
Upvotes: 4
Views: 145