필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

More overhead in R2014a

조회 수: 1 (최근 30일)
William
William 2014년 10월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
I recently upgraded to R2014a from R2013b. It seems to take longer to run the same Simulink model in R2014a than R2013b. Dose anyone have a clue or same experience?
  댓글 수: 2
the cyclist
the cyclist 2014년 10월 22일
I don't run Simulink, but I wonder if you could profile the code in both versions, and try to narrow the difference.
I know one thing that definitely takes longer in 2014b: saving figures to file.
Jon Boerner
Jon Boerner 2014년 10월 23일
Hi William,
Could you do a tic/toc around a sim to see what the time difference is?
tic
sim('myModel')
toc
After that you might want to do an sldiagnostics call to see if the difference in time is during the model compilation or model execution phase. In particular, you will want to look at the CompileStats option.
I assume you are running the model in normal mode as well?

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by