Compression Testing Analyzer

Computes the compressive modulus, yield, and ultimate stress and strain values
306 download
Aggiornato 17 ott 2016

Visualizza la licenza

CompressAnalysis.m reads an Excel file containing Load [N] vs. Relative Displacement [mm] values obtained from compression of a cylindrical gel (with given height and diameter [mm]) until failure using a mechanical tester (like an Instron machine). After analysis, compressive modulus, yield, and ultimate stress and strain values are computed, results plotted with animation, and a new Excel file is created containing the results.

Cita come

Roche de Guzman (2026). Compression Testing Analyzer (https://it.mathworks.com/matlabcentral/fileexchange/59758-compression-testing-analyzer), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.2.0.0

corrected the true values for compression:
strain_true = -ln(1-strain)
stress_true = stress*(1-strain)

1.1.0.0

tested to work at experimental data of sample size n = 9

1.0.0.0