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

评论

要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。