Hi,
For the moment I am using ADE Assembler together with the MATLAB Integration Tools. Though, I wanted to load the results of the simulation in MATLAB in a parallel way. Is this possible?
E.g. I want to do something like this in MATLAB:
parfor dataPoint = 1:amountOfSweeps
adeInfo.loadResult('test', 'TRANSIENT', 'DataPoint', dataPoint);
end
Or is there another way of quickly loading the results in MATLAB of, for example, 20 sweeps? Because running the code of above takes some time (especially if the amount of sweeps are larger).
Kind regards,
Nicolas