Affine_Transformati​on_Scale_Shear

Version 1.0.0 (581 KB) by HS Ding
Shear Matrix
5 Downloads
Updated 11 Jun 2024

View License

Shear Matrix
T1 = Shear('xy',[20,0]/180*pi);
T2 = Shear('xz',[20,30]/180*pi);
% Affine Transform, Shear
% Force acting on xz,yz,xy plane, cause tilt angle: angle
%
% For example: Force acting on xy plane, only on x dirction,
% Cause a tilt angle of 20 degree on y dirction:
% Shear('xy',[20,0]/180*pi);
%
% For example: Force acting on xz plane, Both on x and y dirction,
% x dirction force cause 20 degree tilt angle on z dirction
% z dirction force cause 30 degree tilt angle on x dirction
% Shear('xz',[20,30]/180*pi);

Cite As

HS Ding (2024). Affine_Transformation_Scale_Shear (https://www.mathworks.com/matlabcentral/fileexchange/167821-affine_transformation_scale_shear), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0