R2018b release notes has "batchsim"... how is this different than Parallel Computing Toolbox?

조회 수: 1 (최근 30일)
batchsim: allows you to run batch simulations, in serial or in parallel. To run batch simulations in parallel, specify the size of the parallel pool. batchsim offloads simulations to the compute cluster, giving you the ability to carry out other tasks while the batch job is processing, or close the client MATLAB and access the batch job later.
Is this something new? Is this different from the Parallel Computing Toolbox?

답변 (1개)

Edric Ellis
Edric Ellis 2018년 9월 27일
batchsim is new in R2018b, and is designed to work with Parallel Computing Toolbox to make it simpler to run multiple Simulink simulations in parallel in a "batch" offload mode.
batchsim is the "offload" version of parsim - meaning that you don't need to create use a parallel pool, and you can e.g. quit your client MATLAB while your simulations are running in the background.

카테고리

Help CenterFile Exchange에서 Run Multiple Simulations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by