Principal Strains in 3D Problems
Version 1.0.1 (1.28 KB) by
Ayad Al-Rumaithi
Calculates the magnitude and orientation of principal strains for any strain state in 3D problems
function [E,T]=Principal_Strain_3D(e)
Input:
e: stress vector in the form [epsilon_xx epsilon_yy epsilon_zz gamma_xy gamma_yz gamma_zx]
Output:
E: principal strains magnitude vector
T: principal strains orientation matrix
Cite As
Ayad Al-Rumaithi (2025). Principal Strains in 3D Problems (https://www.mathworks.com/matlabcentral/fileexchange/72112-principal-strains-in-3d-problems), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2017b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.