How to model Lithium ion battery in MATLAB m-script file? Model input is kW of load connected for discharge and output of the model should be State of Charge.

6 次查看(过去 30 天)
Hi,
I want to create a simple model for Lithium ion battery bank including charger in m-script file. The inputs for the model would be battery discharging power command or load connected to the battery. Output would be state of charge of the battery.
Thanks in advance for your help!
Anand
  3 个评论
Yashwanth Dasappagari
Hi Anand,
were you able to write the m-script? If yes, I would need your help with it as I am trying to write one too.
Thanks,
Yash

请先登录,再进行评论。

回答(1 个)

Sabin
Sabin 2025-11-22
Start from your equations. If you have an equivalent circuit model and the corresponding ordinary differential equations it can be done using plain MATLAB code (see this page as a starting point https://www.mathworks.com/help/matlab/math/differential-equations.html).
If you decide to discretize the model, then you can use a for loop to simulate the evolution for several steps.

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Thermal Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by