A problem about battery parameters in simulink

6 ビュー (過去 30 日間)
saeed
saeed 2011 年 10 月 20 日
コメント済み: Jarin Tasnim 2023 年 3 月 13 日
Hi I am trying to change simulink battery model to m file(Li-ION Model). It is almost done except a parameter in simulink model that it's value is not clear. In model it is introduced as "Batt.kcsat" yet I do not know how to find it's value. Do you know how can find it's value!!?
Tanks in advance for your help. saeed
  2 件のコメント
Raj Shankar
Raj Shankar 2013 年 1 月 4 日
Hi Saeed,
Even I am trying the same now. I found no answers here in Matlab Central.
But have you got the answer from any other source?
If then, can you let me know that !
Please.
TAB
TAB 2013 年 1 月 4 日
Which model you are using ?
Which block in the mode is using this parameter ?

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

回答 (1 件)

TAB
TAB 2013 年 1 月 4 日
編集済み: TAB 2013 年 1 月 4 日
Batt is a structure which is created in Mask initialization. Its value is returned from function BatteryParam. This function is called is Mask initialization. To see this,
  1. Right click on battery block
  2. Click on View Mask... option
  3. Goto initilization pane
On initialization pane second line is
[Batt BT, WantBlockChoice, Ts] = BatteryParam(NomV,MaxQ,FullV,Dis_rate,R,Normal_OP,expZone,block);
  1 件のコメント
Jarin Tasnim
Jarin Tasnim 2023 年 3 月 13 日
Hello, I am facing the same problem. How can I find this BatteryParam function?

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

コミュニティ

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by