i use model of battery from matlab library and make simulation ,, time of simulation by sec I need to do that by hour I mean if charging need 3600 sec , I want it to do by 1 hour
and want scope to plot the curve with xlabel of time=1 hour

답변 (1개)

Sabin
Sabin 2023년 1월 4일

0 개 추천

Stop time can be set to 3600 seconds or any other number. The important aspect is the level of fidelity for the model, if too much detail is included might be painful to run the simulation for such a long period of time. In MATLAB plot if you use hours in the time vectors will show hours, e.g., plot(t,SOC) where let’s say t=[0, 0.5, 1] and SOC=[1, 0.5, 0].

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

도움말 센터File Exchange에서 Simscape Battery에 대해 자세히 알아보기

질문:

2016년 12월 9일

답변:

2023년 1월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by