Code covered by the BSD License  

Highlights from
WTS (formerly Leonov) + GUI

image thumbnail
from WTS (formerly Leonov) + GUI by Michael Wendlandt
Calculates stress vs. strain curves of plastically deformed glassy polymers. GUI available.

f=F(epsilon,poisson);
function f=F(epsilon,poisson);

% deformation gradient tensor F

f=[exp(-poisson * epsilon) 0 0; 0 exp(-poisson * epsilon) 0; 0 0 exp(epsilon)];

Contact us at files@mathworks.com