2

Possible Duplicate:
Is there a way to fix all MATLAB mlint messages at once?

If one forgets to place a semicolon at the end of a line, Matlab just prints the output of that line to the screen. If one has hundreds of lines of code, it may be very difficult to locate which lines are missing a semi-colon, and one may end up with spurious output polluting the screen.

Is there a way to locate the lines missing a semicolon quickly?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
D R
  • 21,936
  • 38
  • 112
  • 149

1 Answers1

2

These two might be of some use to you:
Is there a way to fix all MATLAB mlint messages at once?
Finding Errors, Debugging, and Correcting MATLAB Files

Community
  • 1
  • 1
Rook
  • 60,248
  • 49
  • 165
  • 242