Simulink-Simulation with parfor (Parallel Computing)
问题 I asked today a question about Parallel Computing with Matlab-Simulink. Since my earlier question is a bit messy and there are a lot of things in the code which doesnt really belong to the problem. My problem is I want to simulate something in a parfor-Loop, while my Simulink-Simulation uses the "From Workspace" block to integrate the needed Data from the workspace into the simulation. For some reason it doesnt work. My code looks as follows: load DemoData path = pwd; apool = gcp('nocreate');