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