This program reads MTS raw data file line by line and put the results in a structure. The structure also contains the substructure dimensions with the fields:

dimensions.width

dimensions.thickness

dimensions.gagelength

dimensions.area = dimensions.width*dimensions.thickness;

dimensions.units

dimensions.diameter

dimensions.gagelength

dimensions.area = pi/4*dimensions.diameter^2;

dimensions.units

readmts.m