I am trying to model Li-ion battery using example script 'Example_D​ischargePu​lseEstimat​ion'. But this gives me an error 'Index in position 1 exceeds array bounds (must not exceed 10)' when I use my own data file for modeling.

1 view (last 30 days)
Hello,
I am using this example script 'Example_DischargePulseEstimation' to model my Li-ion battery. [referred from ('Generate Parameter Data for Equivalent Circuit Battery Block')]. I have my own battery test data form 'pulse discharge test' that has 1038702 data point of voltage and current.
When I try loading my data in this script, I got an error "Index in position 1 exceeds array bounds (must not exceed 10)" at "line 39: psObj.createPulses(... "
How can I approach to this error?

Answers (0)

Categories

Find more on Energy Storage in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!