About parallel computing toolbox
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Ganesh Regoti
el 29 de Jul. de 2019
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!
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!