Can we save a MATLAB program while in debugging mode?
Can we save a MATLAB program while in debugging mode? Correct Answer False
While in debugging mode, we are really trying out the function. So, when the debugging mode starts, the command line is halted at a certain line in the function and the evaluation of the function is stopped. Hence, it’s not possible to bring a change in the function and save it in the directory. We’ve to exit from the debugging mode and then we can save the function.
মোঃ আরিফুল ইসলাম
Feb 20, 2025