Battery parameter estimate code cant run.
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to use this code to find the parameters of the battery. By changing to use my own data file named teststruct as show in picture, but the code can't run and gives a warning like this.
댓글 수: 0
답변 (1개)
Gowthami
2022년 11월 22일
편집: Gowthami
2022년 11월 22일
Hi Wongsagorn,
It is my understanding that you are getting an error while loading data from MAT file.
Could you please check your MAT file and its name. From the screenshot that you have shared, I could see that executing the below command didn't return any field names:
>> open 'teststruct'
After executing the above command, it should show the field names as current, time, and voltage as shown in the below image,
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Propulsion and Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!