solverprofiler.exploreResult(res) opens
the solver profiling results res in the Solver
Profiler. If the model associated with the results is not open or loaded,
the function loads the model.
Analyze the performance of the selected solver for a model
named MyModel using the Solver Profiler. Then,
open the profiling results in the Solver Profiler.
mdl = "MyModel";
res = solverprofiler.profileModel(mdl);
solverprofiler.exploreResult(res)
The Solver Profiler opens and displays the profiling
results.