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
2019-2-27
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
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.
0 个评论
社区
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Thermal Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!