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