You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
# <spanstyle="color:rgb(213,80,0)">Engineering Problem Solving</span>
3
3
4
4
5
-
[](https://www.mathworks.com/matlabcentral/fileexchange/XXXXX-PROJECTNAME) or [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/REPO_NAME&project=EngineeringProblemSolving.prj&file=README.mlx)
5
+
[](https://www.mathworks.com/matlabcentral/fileexchange/XXXXX-PROJECTNAME) or [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Engineering-Problem-Solving&project=EngineeringProblemSolving.prj&file=README.mlx)
@@ -17,8 +17,7 @@ This curriculum module contains interactive [MATLAB® live scripts](https://www.
17
17
18
18
## Background
19
19
20
-
You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. This module covers concepts that involve systems engineering, general problem solving philosophy, creating and testing requirements, and verification and validation activities for a real system. It also includes interactive examples of mathematical and physical models representing real systems. The main project of this module will be developing a delivery drone using the methodologies learned throughout.
21
-
20
+
This initial release of the Engineering Problem Solving courseware features one interactive script that explores problem solving philosophy with emphasis on engineering and concepts that involve systems engineering.
22
21
23
22
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the <imgsrc="Images/EndIcon.png"width="19"alt="EndIcon.png"> Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
24
23
@@ -36,11 +35,11 @@ This module assumes knowledge of some problem solving theory. There is minimal M
36
35
### Accessing the Module
37
36
### **On MATLAB Online:**
38
37
39
-
Use the [<imgsrc="Images/OpenInMO.png"width="136"alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/REPO_NAME&project=PROJECTNAME.prj)***(EDIT OPEN IN MATLAB ONLINE LINK ACCORDINGLY)*** 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 [<imgsrc="Images/OpenInMO.png"width="136"alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Engineering-Problem-Solving&project=EngineeringProblemSolving.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.
40
39
41
40
### **On Desktop:**
42
41
43
-
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double\-click on [EngineeringProblemSolving.prj](https://github.com/MathWorks-Teaching-Resources/Engineering-Problem-Solving%E2%80%8B/blob/release/EngineeringProblemSolving.prj)***(EDIT TEXT AND HYPERLINK ACCORDINGLY)***. 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 [EngineeringProblemSolving.prj](https://github.com/MathWorks-Teaching-Resources/Engineering-Problem-Solving/blob/main/EngineeringProblemSolving.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
44
43
45
44
46
45
Ensure you have all the required products (listed below) 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 <imgsrc="Images/AddOnsIcon.png"width="16"alt="AddOnsIcon.png"> **Add-Ons** > **Get Add-Ons**.
@@ -60,19 +59,19 @@ Ensure you have all the required products (listed below) installed. If you need
60
59
| :-: | :-- | :-- |
61
60
| <imgsrc="Images/TrafficPattern.png"width="171"alt="TrafficPattern.png"> <br> | $\bullet$ Explore the fundamentals of problem solving and systems engineering <br> $\bullet$ Enhance systems thinking skills by utilizing mathematical models <br> $\bullet$ Gain insights into methodologies for effectively approaching and solving problems <br> $\bullet$ Engage in project planning and understanding customer needs <br> |**Academic disciplines** <br> $\bullet$ All Engineering Disciplines <br> |
||**In this script, students will...** <br> |**Academic disciplines** <br> |
65
64
| :-: | :-- | :-- |
66
65
| <imgsrc="Images/RequirementsClipboard.png"width="171"alt="RequirementsClipboard.png"> <br> | $\bullet$ Gain experience in interpreting and analyzing problem statements <br> $\bullet$ Explore different types of requirements and identify what constitutes a useful requirement <br> $\bullet$ Develop your own set of requirements for a sample problem statement <br> |**Academic disciplines** <br> $\bullet$ All Engineering Disciplines <br> |
||**In this script, students will...** <br> |**Academic disciplines** <br> |
71
70
| :-- | :-- | :-- |
72
71
| <imgsrc="Images/Decomposition.png"width="200"alt="Decomposition.png"> <br> | $\bullet$ Utilize the V\-model to deconstruct your problem <br> $\bullet$ Gain expertise in deconstructing problems into manageable work components <br> $\bullet$ Conduct verification activities to ensure compliance with design criteria <br> |**Academic disciplines** <br> $\bullet$ All Engineering Disciplines <br> |
| | **In this script, students will...** <br> | **Academic disciplines** <br>
77
76
| :-- | :-- | :-- |
78
77
| <imgsrc="Images/Integration.png"width="200"alt="Integration.png"> <br> | $\bullet$ Utilize the V\-model to construct your solution <br> $\bullet$ Gain expertise in integrating components and conducting system\-level testing <br> $\bullet$ Conduct validation activities to ensure compliance with customer needs <br> |**Academic disciplines** <br> $\bullet$ All Engineering Disciplines <br> |
@@ -81,7 +80,7 @@ Ensure you have all the required products (listed below) installed. If you need
81
80
82
81
# License
83
82
84
-
The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/REPO_NAME/blob/release/LICENSE.md)***(EDIT HYPERLINK ACCORDINGLY)***.
83
+
The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Engineering-Problem-Solving/blob/main/LICENSE.md).
85
84
86
85
# Related Courseware Modules
87
86
## [Introduction to Engineering with Arduino](https://www.mathworks.com/matlabcentral/fileexchange/156477-introduction-to-engineering-with-arduino)
@@ -104,7 +103,7 @@ Or feel free to explore our other [modular courseware content](https://www.mathw
104
103
105
104
# Contribute
106
105
107
-
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/REPO_NAME/blob/release/CONTRIBUTING.md)***(EDIT HYPERLINK ACCORDINGLY)*** page on GitHub.
106
+
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/Engineering-Problem-Solving/blob/main/CONTRIBUTING.md) page on GitHub.
0 commit comments