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 계정에 로그인하거나 계정을 새로 만드십시오.