About parallel computing toolbox
이전 댓글 표시
I am getting two results when I use parasim and sim to run my simscape model ,
Can there be any differnece in solving methods for parallel compuitng and normal computing?
답변 (1개)
Ganesh Regoti
2019년 7월 29일
0 개 추천
The reason for different results with sim and parsim might be the inter-dependency of variables in the model. Make sure there are no dependent variables that could affect the outputs during parallel computation.
There is no difference in the core implementation of computing. But in parallel computing, to achieve efficient and fast results they are divided and handled separately.
Refer this link
Hope this helps!
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!