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