Skip to content

Commit 6abf73a

Browse files
authored
Update README.md
update learning outcomes
1 parent 84a3f49 commit 6abf73a

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

  • Classroom Challenge Projects/Projects

Classroom Challenge Projects/Projects/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,19 @@
3232
<p>Use MATLAB to optimize solar panel geometry to maximize solar irradiance and energy production.</p>
3333
<strong>Learning Outcomes:</strong>
3434
<ul><li>Formulate a real-world problem as a mathematical optimization problem</li>
35-
<li>Use MATLAB's `fmincon` for constrained nonlinear optimization</li>
36-
<li>Visualize and interpret multivariable objective functions</li></ul></td>
35+
<li>Apply constrained nonliner optimization principles with computational tools, such as MATLAB's `fmincon` </li>
36+
<li>Analyze and interpret multivariable objective functions through visualization techniques</li></ul></td>
3737
</tbody>
3838

3939
<tbody>
4040
<td><img src="https://gist.githubusercontent.com/robertogl/e0115dc303472a9cfd52bbbc8edb7665/raw/defectDetection.png" width=500 /></td>
4141
<td><p><h2><a href="https://github.com/mathworks/MATLAB-Simulink-Challenge-Project-Hub/tree/main/Classroom%20Challenge%20Projects/Projects/Image-Based%20Defect%20Detection%20for%20Manufacturing%20Inspection">Image-Based Defect Detection for Manufacturing Inspection</a></h2></p>
4242
<p>Build a MATLAB inspection pipeline to detect manufacturing defects image processing.</p>
4343
<strong>Learning Outcomes:</strong>
44-
<ul><li>Build a hybrid classicalvision + AI inspection workflow that mirrors modern manufacturing practice (preprocess → evidence → AI decision → test → report).</li>
45-
<li>Implement traceable defect‑evidence generation, including segmentation masks, measurable features, and overlays for explanation and debugging.</li>
44+
<ul><li>Apply understanding of integrated classical-vision and AI inspection workflows and their role in modern manufacturing practice to design a fully automated inspection function.</li>
45+
<li>Analyze different forms of visual evidence to implement traceable defect‑evidence generation, with a design emphasis on the system's transparency, interpretability, and diagnostic insight.</li>
4646
<li>Perform transfer learning using a MathWorks‑provided pretrained network (recommended: ResNet‑18) for part‑quality classification.</li>
47-
<li>Design a fully automated inspection function that produces PASS/FAIL decisions, confidence scores, defect evidence, and rule‑based fallbacks.</li>
48-
<li>Evaluate inspection performance and robustness via a batch test suite, confusion matrix, yield/defect statistics, and perturbation tests (lighting, blur, noise).</li>
49-
<li>Understand the relationship between classical preprocessing, evidence metrics, and AI decisions, and how hybrid logic increases stability and interpretability.</li></ul></td>
47+
<li>Evaluate inspection performance and robustness via a batch test suite, confusion matrix, yield/defect statistics, and perturbation tests (lighting, blur, noise).</li></ul></td>
5048
</tbody>
5149

5250
<tbody>
@@ -55,10 +53,8 @@
5553
<p>Design a lightweight but strong drone payload structure by applying core statics principles such as equilibrium, moments, trusses, and center‑of‑mass analysis.</p>
5654
<strong>Learning Outcomes: </strong>
5755
<ul><li>Apply statics concepts (equilibrium, free‑body diagrams, trusses, and moments) to a real engineering system.</li>
58-
<li> Estimate structural loads and evaluate design tradeoffs between strength and weight.</li>
59-
<li> Use MATLAB to compute forces, moments, and center‑of‑mass positions, and to generate structural diagrams.</li>
60-
<li> Validate and compare structural design concepts through simulation</li>
61-
<li> Understand how payload placement and structural design influence drone stability and performance.</li></p></ul></td>
56+
<li> Analyze structural loads, material choices and design tradeoffs with MATLAB-based computation of forces, moments, and center-of-mass positions.</li>
57+
<li> Evaluate structual design concepts through simulation, with an emphasis on understanding how payload placement and structural design influence drone stability and performance.</li></p></ul></td>
6258
</tbody>
6359
</table>
6460

0 commit comments

Comments
 (0)