Stuart’s MATLAB Videos

Watch and Learn

Simple test scripts in MATLAB

Testing your code is important to make sure that it works correctly and continues to work correctly as you modify it. The more long lived the code, the more important testing becomes.

I have found that I often want something very small and lightweight for testing fairly small functions. Here is an example of a very simple test harness I built for testing one function with a small, but potentially growing, number of tests.

You can take a stab at writing your own version of the function I test in the video here on Cody.

|
  • print

Comments

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