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