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