|
19 | 19 | <strong>Learning Outcomes:</strong> |
20 | 20 | <ul><li>Understand battery-charing dynamics through RC-circuit analogs and exponential models.</li> |
21 | 21 | <li>Apply calculus-based reasoning, including derivatives, numerical integration, and model fitting, to characterize charging behavior in a real engineered system. </li> |
22 | | -<li>Fit experimental or provided charging data using MATLAB curve‑fitting workflows.</li> |
23 | 22 | <li>Analyze efficiency, voltage rise, current behavior, and braoder nonlinear system behavior through MATLAB-support simulation and visualization.</li></ul></td> |
24 | 23 | </tbody> |
25 | 24 |
|
26 | 25 | <tbody> |
27 | 26 | <td><img src="https://gist.githubusercontent.com/robertogl/e0115dc303472a9cfd52bbbc8edb7665/raw/SolarPanel.png" width=500 /></td> |
28 | 27 | <td><p><h2><a href="https://github.com/mathworks/MATLAB-Simulink-Challenge-Project-Hub/tree/main/Classroom%20Challenge%20Projects/Projects/Maximizing%20Solar%20Panel%20Output%20for%20a%20Fixed%20Area">Maximizing Solar Panel Output for a Fixed Area</a></h2></p> |
29 | | -<p>Use MATLAB to optimize solar panel geometry to maximize solar irradiance and energy production.</p> |
| 28 | +<p>Use MATLAB to optimize solar panel geometry for maximum solar irradiance and energy production.</p> |
30 | 29 | <strong>Learning Outcomes:</strong> |
31 | 30 | <ul><li>Formulate a real-world problem as a mathematical optimization problem</li> |
32 | 31 | <li>Apply constrained nonliner optimization principles with computational tools, such as MATLAB's `fmincon` </li> |
33 | | -<li>Analyze and interpret multivariable objective functions through visualization techniques</li></ul></td> |
| 32 | +<li>Analyze and interpret multivariable objective functions through visualization</li></ul></td> |
34 | 33 | </tbody> |
35 | 34 |
|
36 | 35 | <tbody> |
37 | 36 | <td><img src="https://gist.githubusercontent.com/robertogl/e0115dc303472a9cfd52bbbc8edb7665/raw/defectDetection.png" width=500 /></td> |
38 | 37 | <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> |
39 | | -<p>Build a MATLAB inspection pipeline to detect manufacturing defects image processing.</p> |
| 38 | +<p>Build a MATLAB inspection pipeline to detect manufacturing defects with image processing.</p> |
40 | 39 | <strong>Learning Outcomes:</strong> |
41 | 40 | <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> |
42 | 41 | <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> |
43 | | -<li>Perform transfer learning using a MathWorks‑provided pretrained network (recommended: ResNet‑18) for part‑quality classification.</li> |
44 | 42 | <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> |
45 | 43 | </tbody> |
46 | 44 |
|
|
50 | 48 | <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> |
51 | 49 | <strong>Learning Outcomes: </strong> |
52 | 50 | <ul><li>Apply statics concepts (equilibrium, free‑body diagrams, trusses, and moments) to a real engineering system.</li> |
53 | | -<li> Analyze structural loads, material choices and design tradeoffs with MATLAB-based computation of forces, moments, and center-of-mass positions.</li> |
| 51 | +<li> Analyze structural loads, material choices, and design tradeoffs with MATLAB-based computation of forces, moments, and center-of-mass positions.</li> |
54 | 52 | <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> |
55 | 53 | </tbody> |
56 | 54 | </table> |
|
0 commit comments