FEM Structural Analysis of Pinion Gear

Version 1.0 (291 KB) by COVAO
Example of FEM Structural Analysis of Pinion Gear
31 Downloads
Updated 15 Sep 2022

View FEM Structural Analysis of Pinion Gear on File Exchange

FEM Structural Analysis of Pinion Gear in MATLAB

Sample code to analysis 6T pinion gear.

Requirement

  • MATLAB 2021a or later
  • Partial Differential Equation Toolbox

MATLAB command to download and open the demo (MATLAB live script)

mkdir('./fem_pinion_gear_demo');
cd('./fem_pinion_gear_demo');
websave('FEMAnalysisPinionGear.mlx','https://github.com/covao/FEM_PinionGear_MATLAB/raw/main/FEMAnalysisPinionGear.mlx');
websave('pinion_gear_6t_1.stl','https://github.com/covao/FEM_PinionGear_MATLAB/raw/main/pinion_gear_6t_1.stl');
websave('pinion_gear_6t_2.stl','https://github.com/covao/FEM_PinionGear_MATLAB/raw/main/pinion_gear_6t_2.stl');
open('FEMAnalysisPinionGear.mlx');

FEMAnalysisPinionGear.jpg

Cite As

COVAO (2024). FEM Structural Analysis of Pinion Gear (https://github.com/covao/FEM_PinionGear_MATLAB/releases/tag/1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with R2021a and later releases
Platform Compatibility
Windows macOS Linux

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

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.