How to specify mat file version for cloud cluster simulations using batchsim
显示 更早的评论
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 个评论
Edric Ellis
2023-1-9
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Acceleration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!