Compression Testing Analyzer

版本 1.2.0.0 (468.8 KB) 作者: Roche de Guzman
Computes the compressive modulus, yield, and ultimate stress and strain values
275.0 次下载
更新时间 2016/10/17

查看许可证

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.

引用格式

Roche de Guzman (2024). Compression Testing Analyzer (https://www.mathworks.com/matlabcentral/fileexchange/59758-compression-testing-analyzer), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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