What settings do i need to make in a Simulink model in order to simulate a model in rapid accelerator mode inside a parfor loop with RapidAcceleratorUpToDateCheck = 'off'?
조회 수: 1 (최근 30일)
이전 댓글 표시
Right now i can run the simulation inside a parfor loop, but the result for all loops is the same with RapidAcceleratorUpToDateCheck 'off'. I think it has something to do with tuneable parameters. Unfortunately the documentation examples seem to leave this point out altogether.
댓글 수: 0
답변 (1개)
Jeevan Joishi
2016년 4월 7일
You can also type
showdemo('sldemo_parallel_rapid_accel_sims_script')
at the MATLAB prompt to launch the demo. Step 5 in the resultant page should help you in figuring out the parameters to be set and how.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!