Issue with Simulink Model Simulation using CVSIM command inside Parfor ?
Mostrar comentarios más antiguos
Hi,
I am trying to run multiple simulations with different data set on model 'ModelTest.slx' using parfor.
my code goes like this,
parfor
...
...
testObj = cvtest(model);
testObj.settings.decision = 1;
testObj.settings.condition =1;
tempData.data = cvsim(testObj);
...
..
end
I am getting below error after execution
Caused by:
Error using cvsim
Transparency violation error.
Below are the details of matlab version and model settings,
Matalb 2015b,
parpool with local profile.
Simulation Mode : Normal;
Solver :Fixed Step, discrete
Does anyone have any idea about this error. ?
Or Is there any other way we can extract the coverage information without using "CV" functions. ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Collect Coverage for Models 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!