How can I make simulation cycle in Simulink (started by command from matlab) with Fast Restart mode enabled with changing input parameters in Matlab before starting the simulation? - I need to set up just one variable from matlab before simulation, and after the simulation get 4 variables out

댓글 수: 1

Janko Mrkva
Janko Mrkva 2016년 3월 17일
편집: Fangjun Jiang 2016년 3월 17일
for(i=1:10)
sim(model)
A=A/2; %variable I need to get to simulink
i=i+1;
end

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

제품

질문:

2016년 3월 17일

편집:

2016년 3월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by