필터 지우기
필터 지우기

How can I repeat this driving cycle using simulink ?

조회 수: 1 (최근 30일)
Harini pushparaj
Harini pushparaj 2017년 10월 25일
Hi !I have already done the this part using matlab code using the code Time_interp = (Time(1):Ts:Time(end))';%1 driving cycle Speed_interp = (interp1(Time,Speed,Time_interp));%1 driving cycle Speed = repmat(Speed_interp,floor(t_end_opt/Time_interp(end)),1);%repeated no.of driving cycle Time = (0:Ts:length(Speed)*Ts-Ts)'; Now i want to implement this part in simulink .

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by