Compression Testing Analyzer

Computes the compressive modulus, yield, and ultimate stress and strain values
276 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 (2024). Compression Testing Analyzer (https://www.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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
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