About 19,500 results
Open links in new tab
  1. Simulation Manager - Monitor multiple simulations and visualize the ...

    The Simulation Manager allows you to monitor multiple simulations, in serial or in parallel, and their progress. You can view the details of every run, such as parameters, elapsed time, and diagnostics.

  2. Capture Simulation Data in a Test Case - MATLAB & Simulink

    This example shows how to add triggers to a test case by using the Test Manager. The triggers start logging output data when the Ww output signal is greater than 40 and stop logging output data after …

  3. Simulation Manager - Monitor multiple simulations and visualize the ...

    The Simulation Manager allows you to monitor multiple simulations, in serial or in parallel, and their progress. You can view the details of every run, such as parameters, elapsed time, and diagnostics.

  4. Analyze Results Using Simulation Manager - MATLAB & Simulink

    The Simulation Manager allows you to monitor multiple simulations, in serial or in parallel, and their progress. You can view the details of every run, such as parameters, elapsed time, and diagnostics.

  5. Running Multiple Simulations - MATLAB & Simulink - MathWorks

    The Simulation Manager acts as a useful tool by giving you the option to analyze and compare your results in the Simulation Data Inspector. You can also select a run and apply its values to the model.

  6. sim - Run and script programmatic simulations of Simulink models

    To monitor the progress of the simulations using the Simulation Manager, specify the ShowSimulationManager name-value argument as on. For more information about the Simulation …

  7. Analyze Simulation Results - MATLAB & Simulink - MathWorks

    The Simulation Data Inspector supports both interactive and programmatic workflows. Use the functions and objects to programmatically manage signals and runs, compare data, and customize your …

  8. Simulation - MATLAB & Simulink - MathWorks

    For simulation of continuous, discrete, and mixed-signal systems, you can choose from a range of fixed-step and variable-step solvers. Solvers are integration algorithms that compute system dynamics …

  9. Programatically close the simulation manager - MATLAB Answers

    Jun 10, 2025 · In MATLAB R2023b, there is no supported function or handle to programmatically close the Simulation Manager. If you want to prevent multiple Simulation Monitor windows from popping …

  10. Simulation manager with initFcn - MATLAB Answers - MathWorks

    Feb 19, 2025 · 'InitFcn' is executed before the simulation starts, that is probably the reason that your parameter values set in the multiple simulation are over-written. Usually, you can move the function …