classdef EQ_copy_test < IMDDTestCase % Auto-generated placeholder for EQ_copy. % Target: C:/Users/Silas/Documents/MATLAB/imdd_simulation/Classes/04_DSP/Equalizer/EQ_copy.m methods (Test, TestTags = {'placeholder', 'todo'}) function testNotImplemented(testCase) testCase.assumeFail("Tests for EQ_copy are not implemented yet."); end end end