It appears that parallel SIMUS doesn't work out of the box. I just downloaded the MUST toolbox and ran into the following error:
Error using simus (line 293)
DATENUM failed.
Error in UltrasoundSystem/simus (line 682)
parfor (m = 1:M, kwargs.parcluster)
Caused by:
Error using datenummx
Use of function datenummx is not supported on a thread-based pool.
I suspect that MUST doesn't support this type of parfor syntax natively. It might require working with the maintainer to figure out a workable solution.
It appears that parallel SIMUS doesn't work out of the box. I just downloaded the MUST toolbox and ran into the following error:
I suspect that MUST doesn't support this type of parfor syntax natively. It might require working with the maintainer to figure out a workable solution.