Nguyen Lab Wiki

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:

  • for a rectangular section

dimensions.width

dimensions.thickness

dimensions.gagelength

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

dimensions.units

  • for a round section

dimensions.diameter

dimensions.gagelength

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

dimensions.units

readmts.m

DokuWiki CC Attribution-Share Alike 4.0 International