How to use Mechanics Explorer with parsim?
Mostrar comentarios más antiguos
I have a Simscape model with a case matrix for various bounds that were run. The model has all data logging enabled, but not mirrored to Data Inspector. There are separate signals output to SDI. I can run the model from command line with sim and it will open Mechanics Explorer and play the animation. I can review data in Simulink.sdi.createRun and sscexplore.
Now...if I do something like...
results = parsim(in, 'ShowProgress','on');
I get results which can be viewed like:
sscexplore(results(1).simlog)
Simulink.sdi.createRun('Batch Run 1','vars', results(1).logsout);
Simulink.sdi.view
Is there a way to get Mechanic Explorer to launch and show the animation?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simscape Multibody 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!