classdef FFE_FFDCAVG_test < matlab.unittest.TestCase % Test class for FFE_FFDCAVG methods (Test) function testExample(testCase) % Example test case for FFE_FFDCAVG % Add your test code here testCase.verifyTrue(true); end end end