Skip to content

Commit 6ccd576

Browse files
authored
Update README.md
Update Open in MATLAB Online links to specific scripts
1 parent 942ef6c commit 6ccd576

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@ MATLAB® is used throughout. Tools from the Symbolic Math Toolbox™ are used fr
4949

5050
<a name="H_E8C62B23"></a>
5151
# Scripts
52-
## [BalancingChemicalEquations](./Scripts/BalancingChemicalEquations.mlx)
52+
## [BalancingChemicalEquations](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/BalancingChemicalEquations.mlx)
5353
| Chemical reactions | **In this script, students will...** | **Academic disciplines** |
5454
| :-- | :-- | :-- |
5555
| <img src="Images/Reaction.png" width="171" alt="Reaction.png"> | • build and solve matrix equations <br> • identify the rank and null spaces of matrices <br> • balance chemical reactions | • Chemistry <br> • Mathematics |
5656

57-
## [MarkovModeling](./Scripts/MarkovModeling.mlx)
57+
## [MarkovModeling](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/MarkovModeling.mlx)
5858
| Zombie outbreak | **In this script, students will...** | **Academic disciplines** |
5959
| :-- | :-- | :-- |
6060
| <img src="Images/SIZ-diagram-complete.png" width="171" alt="SIZ-diagram-complete.png"> | • compute powers of transition matrices <br> • compute eigenvalues and eigenvectors and explain their meaning in a modeling context <br> • create a model of a zombie outbreak <br> • analyze real-world scenarios for mayflies and HIV | • Biology <br> • Mathematics |
6161

62-
## [Steganography](./Scripts/Steganography.mlx)
62+
## [Steganography](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/Steganography.mlx)
6363
| Image encryption | **In this script, students will...** | **Academic disciplines** |
6464
| :-- | :-- | :-- |
6565
| <img src="Images/SmStorm.png" width="171" alt="SmStorm.png"> | • use matrix arithmetic <br> • represent images and text as matrices <br> • encrypt images inside other images | • Computer Science <br> • Mathematics |
6666

67-
## [StaticForces](./Scripts/StaticForces.mlx) and [Moments](./Scripts/Moments.mlx)
67+
## [StaticForces](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/StaticForces.mlx) and [Moments](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/Moments.mlx)
6868
| Static force analysis | **In these scripts, students will...** | **Academic disciplines** |
6969
| :-- | :-- | :-- |
7070
| <img src="Images/SupportedDoor.png" width="171" alt="SupportedDoor.png"> | • define and normalize vectors <br> • build and solve matrix equations <br> • calculate dot products and cross products <br> • solve for moments, tensions, and forces | • Civil Engineering <br> • Mechanical Engineering <br> • Mathematics |
7171

72-
## [Identify Digits](./Scripts/IdentifyDigits.mlx) and [ReadMyWriting](./Scripts/ReadMyWriting.mlx)
72+
## [Identify Digits](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/IdentifyDigits.mlx) and [ReadMyWriting](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/ReadMyWriting.mlx)
7373
| Machine learning | **In these scripts, students will...** | **Academic disciplines** |
7474
| :-- | :-- | :-- |
7575
| <img src="Images/ConfusionMatrix.png" width="171" alt="ConfusionMatrix.png"> | • use singular value decomposition and distance <br> • use binary morphology tools to preprocess image data <br> • create a tool that will identify handwritten digits | • Computer Science <br> • Mathematics |
7676

7777
<a name="H_20BE3B3E"></a>
78-
## [Robotics](./Scripts/Robotics.mlx)
78+
## [Robotics](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj&file=Scripts/Robotics.mlx)
7979
| Robotic manipulators | **In this script, students will...** | **Academic disciplines** |
8080
| :-- | :-- | :-- |
8181
| <img src="Images/RoboticArm.png" width="171" alt="RoboticArm.png"> | • compute the Cartesian result of a sum of polar vectors <br> • explore the concept of a configuration space through visualizations <br> • explain the connection between degrees of freedom, multiplicity of solutions, and the null space | • Mechanical engineering<br> • Mathematics |
@@ -87,7 +87,7 @@ The license for this module is available in the [LICENSE.md](https://github.com/
8787
<a name="H_46A32690"></a>
8888
# Related Courseware Modules
8989
- [Matrix Methods of Linear Algebra](https://github.com/MathWorks-Teaching-Resources/Matrix-Methods-of-Linear-Algebra) is available on [GitHub](https://github.com/MathWorks-Teaching-Resources/Matrix-Methods-of-Linear-Algebra) or [<img src="Images/OpenInFX.png" width="104" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/94730-matrix-methods-of-linear-algebra) or [<img src="Images/OpenInMO.png" width="154" alt="Open in MATLAB Online badge">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Matrix-Methods-of-Linear-Algebra&project=MatrixMethods.prj)
90-
- [Vector Arithmetic](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic) is available on [GitHub](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic) or [<img src="Images/OpenInFX.png" width="104" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/94555-vector-arithmetic) or [<img src="Images/OpenInMO.png" width="154" alt="Open in MATLAB Online badge">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&file=vectorBasics.mlx)
90+
- [Vector Arithmetic](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic) is available on [GitHub](https://github.com/MathWorks-Teaching-Resources/Vector-Arithmetic) or [<img src="Images/OpenInFX.png" width="104" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/94555-vector-arithmetic) or [<img src="Images/OpenInMO.png" width="154" alt="Open in MATLAB Online badge">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Vector-Arithmetic&file=Scripts/vectorBasics.mlx)
9191

9292
Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
9393

0 commit comments

Comments
 (0)