Skip to content

Commit 5fddf37

Browse files
authored
Update README.md
1 parent c1bff2a commit 5fddf37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,37 +56,37 @@ Ensure you have all the required products (listed below) installed. If you need
5656
MATLAB®, Simulink®, Stateflow™, Symbolic Math Toolbox™, MATLAB Support package for Arduino, Simulink Support package for Arduino.
5757

5858
# Scripts
59-
## [**SupportArduino.mlx**](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/SupportArduino.mlx)
59+
## [**SupportArduino.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/SupportArduino.mlx)
6060
| | |
6161
| :-- | :-- |
6262
| <img src="Images/image_2.png" width="171" alt="image_2.png"> <br> | **In this script, students will...** <br> $\bullet$ Check their Arduino board compatibility. <br> $\bullet$ Install MATLAB and Simulink support packages for Arduino Hardware. <br> $\bullet$ Setup ThingSpeak channel for IoT. <br> |
6363
| | |
6464

65-
## [BlinkToSOS.mlx](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/BlinkToSOS.mlx)
65+
## [BlinkToSOS.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/BlinkToSOS.mlx)
6666
| | |
6767
| :-- | :-- |
6868
| <img src="Images/image_3.png" width="171" alt="image_3.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn the fundamental type of signals supported on and Arduino board. <br> $\bullet$ Wire a simple LED to their Arduino board. <br> $\bullet$ Control the LED from a simple blink to encoding Morse code. <br> |
6969
| | |
7070

71-
## [**ReactionAnalyzer.mlx**](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/ReactionAnalyzer.mlx)
71+
## [**ReactionAnalyzer.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/ReactionAnalyzer.mlx)
7272
| | |
7373
| :-- | :-- |
7474
| <img src="Images/image_4.png" width="171" alt="image_4.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn how to control Arduino with a Stateflow diagram. <br> $\bullet$ Learn data analysis techniques. <br> $\bullet$ Write and export experiment report from MATLAB. <br> |
7575
| | |
7676

77-
## [**GreenhouseControl.mlx**](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/GreenhouseControl.mlx)
77+
## [**GreenhouseControl.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/GreenhouseControl.mlx)
7878
| | |
7979
| :-- | :-- |
8080
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | **In this script, students will...** <br> $\bullet$ Use a temperature sensor. <br> $\bullet$ Develop a control algorithm. <br> $\bullet$ Test their control algorithm. <br> |
8181
| | |
8282

83-
## [**GreenhouseModel.mlx**](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/GreenhouseModel.mlx)
83+
## [**GreenhouseModel.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/GreenhouseModel.mlx)
8484
| | |
8585
| :-- | :-- |
8686
| <img src="Images/image_6.png" width="171" alt="image_6.png"> <br> | **In this script, students will...** <br> $\bullet$ Use a Simscape thermal model. <br> $\bullet$ Simulate the greenhouse over a full year of data. <br> $\bullet$ Test multiple fans to validate the design. <br> |
8787
| | |
8888

89-
## [**ConnectedGreenhouse.mlx**](./https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/ConnectedGreenhouse.mlx)
89+
## [**ConnectedGreenhouse.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Intro-To-Engineering&project=intro-to-engineering.prj&file=Scripts/ConnectedGreenhouse.mlx)
9090
| | |
9191
| :-- | :-- |
9292
| <img src="Images/image_7.png" width="171" alt="image_7.png"> <br> | **In this script, students will...** <br> $\bullet$ Learn how to read and write from a ThingSpeak channel. <br> $\bullet$ Log the temperature in the greenhouse on their own channel. <br> $\bullet$ Create an alert when the temperature exceeds the acceptable range. <br> |

0 commit comments

Comments
 (0)