Stuart’s MATLAB Videos

Watch and Learn

Formatting code for readability

The use of whitespace can make your code more pleasant to read. This is not just a nicety, it actually makes it easier to see the structure of your code and makes it more clear where code breaks the established patterns to help find bugs (like copy and paste bugs). Though not presented in this video, Scott pointed out that comments and cell dividers are also excellent ways to format code.
|
  • print

Comments

To leave a comment, please click here to sign in to your MathWorks Account or create a new one.