12 lines
318 B
Matlab
12 lines
318 B
Matlab
classdef FFE_DCremoval_level_test < matlab.unittest.TestCase
|
|
% Test class for FFE_DCremoval_level
|
|
|
|
methods (Test)
|
|
function testExample(testCase)
|
|
% Example test case for FFE_DCremoval_level
|
|
% Add your test code here
|
|
testCase.verifyTrue(true);
|
|
end
|
|
end
|
|
end
|