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