Skip to content

Commit 6f4f6a2

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Classroom Challenge Projects/Projects/Modeling and Analyzing a Battery Charging Profile

Classroom Challenge Projects/Projects/Modeling and Analyzing a Battery Charging Profile/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Understanding battery charging is essential in the age of electric vehicles, dro
1111
Use MATLAB to model a battery charging profile. Students will fit real lithium‑ion battery data in MATLAB to model battery charging as a simple first-order RC system (as capacitor charging), compute energy transfer through numerical integration, and analyze key performance characteristics such as charge‑rate behavior and efficiency losses.
1212

1313
### Suggested Steps:
14-
Open the "BatteryCharging_StudentProjectTemplate.mlx" Live Script in MATLAB as a starting point for your project.
14+
Open the "BatteryCharging_StudentProjectTemplate.mlx" Live Script in MATLAB as a starting point for your project. The Live Script contains more detailed information for each of the suggested steps.
15+
1516
1. Given real time-series voltage data for a lithium-ion battery, use MATLAB Curve Fitting Toolbox to fit the equation $V(t) = V_{max}(1 - e^{-t/RC})$ and model the battery charging profile as a simple RC-circuit analog. This is the equation used to describe capacitor charging, and capacitors are often used as simple battery models.
1617
- Load MathWorks example lithium-ion battery cycling data by following the steps [here](https://www.mathworks.com/help/predmaint/ug/data-analysis-and-feature-extraction-for-battery-raw-cycling-data.html). The page also includes information about the dataset, how the data was recorded, and the battery's maximum voltage.
1718
- Follow the steps [here](https://www.mathworks.com/help/curvefit/fit.html) to fit the curve to the loaded data

0 commit comments

Comments
 (0)