Stuart’s MATLAB Videos

Watch and Learn

MATLAB tip: Use one command per line

This is a common programming pattern that I see with new MATLAB users: They put more than one command per line in MATLAB file. This can make it harder to visually take in a file, and because profiler and error messages give information back based on the line number this practice will often hide the source command if they are nested or placed two on a line.

|
  • print

Comments

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