Skip to content

Commit c80816c

Browse files
authored
Update README.md
1 parent 6f4f6a2 commit c80816c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Classroom Challenge Projects/Projects/Maximizing Solar Panel Output for a Fixed Area

Classroom Challenge Projects/Projects/Maximizing Solar Panel Output for a Fixed Area/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ The given value for A, suggested starting ranges for θ and r, and the equations
3939
Your task: Find the optimal θ and r that maximizes energy output, using the provided energy function E(θ, r).
4040

4141
### Suggested Steps
42-
Open the "SolarPanel_StudentProjectTemplate.mlx" Live Script in MATLAB as a starting point for your project. More detailed implementation guidelines for each suggested task are provided in the Live Script file.
42+
Open the "SolarPanel_StudentProjectTemplate.mlx" Live Script in MATLAB as a starting point for your project. More detailed implementation guidelines for each suggested task are provided in the Live Script file. The Live Script contains more detailed information for each of the suggested steps.
43+
4344
1. Define the objective function in MATLAB (the energy function).
4445
- Plug the given values and equations into the energy output equation, as shown below:
4546
<img width="444" height="249" alt="image" src="./Equation_SolarPanel.png"/>

0 commit comments

Comments
 (0)