How to specify mat file version for cloud cluster simulations using batchsim
Mostrar comentarios más antiguos
I am performing simulations in a cloud cluster. I do it something like the following example:
in(1:5) = Simulink.SimulationInput("test_model");
for i = 1:5
in(i) = in(i).setBlockParameter("test_model/Constant",'Value',num2str(i));
end
batchsim(in, 'Pool', 5)
The simulations are long and the output is very large (5 to 7 GB). Hence I am getting the following error:
Error: The task result was too large to be stored.
In my local machine I set the mat file version to 7.3 and this works. But I don't know how to do something similar for the cloud cluster.
1 comentario
Edric Ellis
el 9 de En. de 2023
Which sort of "cloud cluster" are you using? If you're using a Cloud Center cluster, there should be no restriction on task result sizes. If you get a problem there, please let us know. If you're using some other sort of cluster in the cloud, please could you give details.
Respuestas (0)
Categorías
Más información sobre Acceleration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!