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