Simulink simulation with RecordCoverage and memory leak

조회 수: 9 (최근 30일)
Hyeon Sang Park
Hyeon Sang Park 2012년 9월 6일
Hello
I'm trying to simulate simulink model with RecordCoverage 'on' like this..
set_param(bdroot, 'RecordCoverage', 'on'); sim(bdroot, 100);
I run above code and observe the windows task manager, memory of MATLAB.exe is increasing, and never decreasing.. even though I run 'close_system' or 'clear all'.. It seems memory leak on RecordCoverage during simulink simulation.
Simulation model does not have any S-function block, and I can't reduce model size or modify model contents.
Is there any solutions about this problem?
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2012년 9월 6일
Hyeon: I think it will be best if you send your model and reproduction steps to MathWorks Technical Support so that they can determine if this is indeed a bug and possibly suggest a workaround.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Test Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by