Error in Battery.Pulsesequence/Createpulses
Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script.Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script. Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script. battery_system_management, ecm MATLAB Answers — New Questions