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