Compression Testing Analyzer

버전 1.2.0.0 (469 KB) 작성자: Roche de Guzman
Computes the compressive modulus, yield, and ultimate stress and strain values
다운로드 수: 306
업데이트 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 (2026). Compression Testing Analyzer (https://kr.mathworks.com/matlabcentral/fileexchange/59758-compression-testing-analyzer), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Transforms에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
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