Skip to content

Commit c4b42f6

Browse files
committed
Merge commit 'ec349601690054c333f19b98d27ecaf5a1c4ee24'
2 parents 017a1ad + ec34960 commit c4b42f6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Images/TestedWith.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion":1,"label":"Tested with","color":"success","message":"R2023a | R2023b"}
1+
{"schemaVersion":1,"label":"tested with","message":"","color":"success"}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
<a name="T_DEF03274"></a>
3-
# <span style="color:rgb(213,80,0)">Mechanics of Materials</span>
3+
# <span style="color:rgb(213,80,0)">Solid Mechanics: Beam Bending and Deflection</span>
44
<a name="H_053613DF"></a>
55

6-
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/113670-mechanics-of-materials) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mechanics-of-Materials&project=MechanicsOfMaterials.prj)
6+
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/113670-beam-bending-and-deflection) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj)
77

88
**Curriculum Module**
99

1010
_Created with R2022a. Compatible with R2022a and later releases._
1111

1212
# Information
1313

14-
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that teaches the fundamental concepts of Solid Mechanics.
14+
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that teach the fundamental concepts of Solid Mechanics.
1515

1616
<a name="H_F00D98E4"></a>
1717
## Background
@@ -35,11 +35,11 @@ This module assumes knowledge of basic solid mechanics theory and standard mecha
3535
### Accessing the Module
3636
### **On MATLAB Online:**
3737

38-
Use the [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mechanics-of-Materials&project=MechanicsOfMaterials.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
38+
Use the [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
3939

4040
### **On Desktop:**
4141

42-
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double-click on [MechanicsOfMaterials.prj](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mechanics-of-Materials&project=MechanicsOfMaterials.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
42+
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double-click on [MechanicsOfMaterials.prj](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
4343

4444

4545
Ensure you have all the required products ([listed below](#H_E850B4FF)) installed. If you need to include a product, add it using the Add-On Explorer. To install an add-on, go to the **Home** tab and select <img src="Images/AddOnsIcon.png" width="16" alt="AddOnsIcon.png"> **Add-Ons** > **Get Add-Ons**.
@@ -52,24 +52,24 @@ Ensure you have all the required products ([listed below](#H_E850B4FF)) installe
5252
<a name="H_E8C62B23"></a>
5353
# Scripts
5454

55-
*If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script* [*here*](https://www.mathworks.com/matlabcentral/fileexchange/113670-mechanics-of-materials)
55+
*If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script* [*here*](https://www.mathworks.com/matlabcentral/fileexchange/113670-beam-bending-and-deflection)
5656

5757
<a name="H_BC8955C0"></a>
58-
## [**BeamBending.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mechanics-of-Materials&project=MechanicsOfMaterials.prj&file=BeamBending.mlx)
58+
## [**BeamBending.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj&file=BeamBending.mlx)
5959
| | **In this script, students will...** | **Academic disciplines** |
6060
| :-- | :-- | :-- |
6161
| <img src="Images/image_1.png" width="245" alt="image_1.png"> |<br>• Solve for beam support reactions symbolically. <br>• Solve for the moment function of a loaded beam. <br>• Plot shear and moment diagrams. <br>• Compute the bending stress in a loaded beam. | • Mechanical Engineering |
6262

6363
<a name="H_17056DF7"></a>
64-
## [**BeamDeflection.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Mechanics-of-Materials&project=MechanicsOfMaterials.prj&file=BeamDeflection.mlx)
64+
## [**BeamDeflection.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Beam-Bending-and-Deflection&project=MechanicsOfMaterials.prj&file=BeamDeflection.mlx)
6565
| | **In this script, students will...** | **Academic disciplines** |
6666
| :-- | :-- | :-- |
6767
| <img src="Images/image_2.png" width="245" alt="image_2.png"> |<br>• Solve boundary value problems using symbolic math. <br>• Identify boundary conditions for different types of beam supports. <br>• Solve for deflections of loaded beams. <br>• Visualize beam deflections. | • Mechanical Engineering |
6868

6969
<a name="H_F61733D7"></a>
7070
# License
7171

72-
The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Mechanics-of-Materials/blob/release/LICENSE.md).
72+
The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Beam-Bending-and-Deflection/blob/release/LICENSE.md).
7373

7474
<a name="H_3DE08377"></a>
7575
# Related Courseware Modules
@@ -92,7 +92,7 @@ Feel free to explore our other [modular courseware content](https://www.mathwork
9292
<a name="H_0FA5DA18"></a>
9393
# Contribute
9494

95-
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Mechanics-of-Materials/blob/release/CONTRIBUTING.md) page on GitHub.
95+
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Beam-Bending-and-Deflection/blob/release/CONTRIBUTING.md) page on GitHub.
9696

9797

9898
*©* Copyright 2023 The MathWorks™, Inc

0 commit comments

Comments
 (0)