1 lower bound exceeds the corresponding upper bound. error
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I'm using the malbat Example_DischargePulseEstimation.m file to peform battey parameter estimation. I'm using my own data
pulse discharge data, when I run the code, It does pulse idetification steps successfully, but it's getting stuck at this step which corresponds to the line 74 in the code.
% Perform the comparison
psObj.Pulse(PulsesToTest).compareRelaxationTau();
And it's showing this error

Any help will be really appreciated.
댓글 수: 4
KODJOVI SENAM BORIS AHIANDIPE
2023년 4월 21일
KODJOVI SENAM BORIS AHIANDIPE
2023년 5월 5일
Nathan Hardenberg
2023년 5월 8일
It seems that there are wrong bounds when the iFit function gets used. While you do not call the iFit function yourself, maybe your data is not suitable and thus the error occours.
You can check troubleshooting tips for this here (https://de.mathworks.com/matlabcentral/answers/287549-error-using-fit-ifit-with-exp1-or-power1-in-curvefit-toolbox)
KODJOVI SENAM BORIS AHIANDIPE
2023년 5월 15일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!