필터 지우기
필터 지우기

Hi everyone, hopefully can you help me with my problem. I need to run my simulation for different "Driving cycles". Each one have a different duration. Ist there anyway to adapt the duration time according to the driving cycle?

조회 수: 1 (최근 30일)
sim('SA_Modell_ohne_Batt_diff_FZ')
for a=Fahrzyklus % Fahrzyklus come from a block in my Simulink project. if a==Fahrzyklus.NEFZ set_param('SA_Modell_ohne_Batt_diff_FZ','StopTime','1180'); elseif Fahrzyklus==Fahrzyklus.FTP75 set_param('SA_Modell_ohne_Batt_diff_FZ','StopTime','1874'); elseif Fahrzyklus==Fahrzyklus.WLTP set_param('SA_Modell_ohne_Batt_diff_FZ','StopTime','1800'); end end

답변 (1개)

Soumya Saxena
Soumya Saxena 2018년 1월 30일
Consider the following file exchange link:
Please note, that if you have further questions, please contact the author of the FEX submission directly.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by