FEM Structural Analysis of Pinion Gear
Version 1.0 (291 KB) by
covao
Example of FEM Structural Analysis of Pinion Gear
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');
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 LinuxTags
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.
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.