Characterize RC parameters of a battery cell.

10 ビュー (過去 30 日間)
Ye
Ye 2025 年 1 月 30 日
コメント済み: Shivam Gothi 2025 年 2 月 4 日
Hi,
I want to extract RC values from HPPC test, and I found a good example on MathWorks:Characterize Battery Cell for Electric Vehicles, However I can find batt_BatteryCellCharacterization function, is there anything I need to do?

採用された回答

Shivam Gothi
Shivam Gothi 2025 年 1 月 31 日
Hello @Ye,
As per my understanding, you are looking for function "batt_BatteryCellCharacterization" as appearing in the example:
Let me clarify one thing:
"batt_BatteryCellCharacterization" is not a MATLAB function, but it is directory defined on the path:
MATLAB\Examples\R2024b\simscapebattery\BatteryCellCharacterizationForElectricVehiclesExample
You can see that the name is starting from "+" symbol, denoting that "batt_BatteryCellCharacterization" is a "namespace". Refer to the documentation for more clarification: Create Namespaces
When you go inside the directory, you will find a MATLAB class named "batteryParametersLUT".
This says that "batteryParametersLUT" class is defined inside the namespace "batt_BatteryCellCharacterization"
Therefore, In order to use the class, you write:
batt_BatteryCellCharacterization.batteryParametersLUT(..arguments...)
I hope this answers the question !
  2 件のコメント
Ye
Ye 2025 年 2 月 4 日
Thank you so much. It helped
Shivam Gothi
Shivam Gothi 2025 年 2 月 4 日
Hello @Ye,
Thank you for the feedback.
If you find any of the answers to be usefull, it will be great if you mark the answer as accepted. This will help the community members to find an appropriate answer.
Thanks !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFunction Creation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by