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