Skip to content

Commit ae1ad2e

Browse files
committed
Updated Onramp Links
1 parent 62dee86 commit ae1ad2e

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# List of untracked files to ignore

Part1_BeamBending.mlx

1.49 KB
Binary file not shown.

Part2_BeamDeflection.mlx

1.49 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Beam Bending and Deflection [![View Beam Bending and Deflection on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/113670-beam-bending-and-deflection/)
1+
# Beam Bending and Deflection [![View Beam Bending and Deflection on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/)
22
**Curriculum Module**
33
_Created with R2022a. Compatible with R2022a and later releases._
44

@@ -13,7 +13,6 @@ Get started with the Beam Bending and Deflection curriculum module by downloadin
1313

1414
## Details ##
1515
**`Part1_BeamBending.mlx`**
16-
<img width=500 src="https://user-images.githubusercontent.com/81383420/174607678-5a747acb-3a41-41a9-bfb7-248c0c7cdad2.png">
1716

1817
**Learning Goals:**
1918
- Solve for beam support reactions symbolically.
@@ -24,8 +23,6 @@ Get started with the Beam Bending and Deflection curriculum module by downloadin
2423
## ##
2524
**`Part2_BeamDeflection.mlx`**
2625

27-
<img width=500 src="https://user-images.githubusercontent.com/81383420/174606212-f77ec43f-500a-41dd-9888-93d74f3b763b.png">
28-
2926
**Learning Goals:**
3027
- Solve boundary value problems using symbolic math.
3128
- Identify boundary conditions for different types of beam supports.
@@ -34,13 +31,13 @@ Get started with the Beam Bending and Deflection curriculum module by downloadin
3431

3532
## ##
3633
## Suggested Prework ##
37-
[MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.
34+
[MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.
3835

3936
## Products ##
4037
MATLAB, Symbolic Math Toolbox&trade;
4138

4239
## License ##
43-
The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Beam-Bending-and-Deflection/blob/main/LICENSE.md) file in this GitHub repository.
40+
The license for this module is available in the [LICENSE.md](license.md) file in this GitHub repository.
4441

4542
## Educator Resources ##
4643
* [Featured Courseware](https://www.mathworks.com/academia/courseware/course-materials.html)

0 commit comments

Comments
 (0)