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