Using parallel workers to edit same Simulink model?
조회 수: 1 (최근 30일)
이전 댓글 표시
Is it possible to use a parfor loop to execute commands like 'add_block' to a single Simulink model? In which, all parallel workers are operating on the same model.
댓글 수: 0
채택된 답변
Edric Ellis
2019년 2월 6일
In short: no - you cannot make simultaneous changes to a single Simulink model file from multiple processes (i.e. the multiple MATLAB workers executing your parfor loop). What you might be able to do is have each worker operate on a separate Simulink library file, but it's not clear what you're trying to achieve.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!