SN Fatigue experiment, constant-amplitude loading. CALL: sn = load('sn.dat'); Size : 40 X 2 Source : unknown Format : ascii, c1: Amplitude MPa c2: Number of cycles A fatigue experiment with constant amplitudes at five levels: 10,15,20,25 and 30 MPa. For each level is related 8 observations of the number of cycles to failure. The origin of the data is unknown. See also The same data appear in the directory wdemos/itmkurs/ as SN.mat.
Script to computer exercises 1 |
01 %SN Fatigue experiment, constant-amplitude loading. 02 % 03 % CALL: sn = load('sn.dat'); 04 % 05 % Size : 40 X 2 06 % Source : unknown 07 % Format : ascii, c1: Amplitude MPa c2: Number of cycles 08 % 09 % A fatigue experiment with constant amplitudes at five levels: 10 % 10,15,20,25 and 30 MPa. For each level is related 8 observations of 11 % the number of cycles to failure. 12 % 13 % The origin of the data is unknown. 14 % 15 % See also The same data appear in the directory wdemos/itmkurs/ 16 % as SN.mat. 17
Comments or corrections to the WAFO group