ojwoodford/batch_job

Is there any way to run solvepde with batch_job (non numeric output?)

AnselmDr opened this issue · 0 comments

I want to run parallel simulations with the PDE toolbox because the parallel computing toolbox causes other issues. Unfortunately the result of solvepde is an object so batch_job produces an error message. It is caused by write_bin.m, line 2:

'Exporting non-numeric variables not supported'

Is there any way to fix that? One Idea of mine is that I just need one numerical array of the output object of solvepde. So would it maybe possible to just pass the array as an output?