Problem 60803. Battery Charge Efficiency Calculation

In a Battery Management System (BMS), the efficiency of battery charging can be estimated using the formula:
where:
  • is the energy stored in the battery during charging (in watt-hours, Wh)
  • ​ is the total energy supplied to the battery (in watt-hours, Wh)
  • Efficiency is expressed as a percentage (%)
Write a function to calculate the charging efficiency of a battery given the stored energy and input energy.

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Feb 17, 2025

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author20

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!