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.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Yashwanth Dasappagari
il 27 Feb 2019
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
Risposte (1)
Sabin
il 22 Nov 2025 alle 9:21
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 Commenti
Community
Più risposte nel Power Electronics Control
Vedere anche
Categorie
Scopri di più su Thermal Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!