Esecuzione di simulazioni singole
La simulazione di un modello fornisce i risultati degli algoritmi costruiti attraverso il processo di modellazione. È possibile interagire con le simulazioni eseguendo il pacing delle stesse, sincronizzando i parametri del modello, interrompendo o mettendo in pausa la simulazione e visualizzando i valori delle porte per valutare la progettazione del modello. Le simulazioni aiutano a comprendere il progetto e il comportamento del modello.
Simulare un modello in modo interattivo facendo clic sul pulsante Run nella barra degli strumenti di Simulink o in modo programmatico utilizzando funzioni come sim
e set_param
nella finestra di comando di MATLAB o in uno script di MATLAB.
Per informazioni sull'esecuzione di simulazioni parallele e in batch, vedere Esecuzione di più simulazioni.
Impostazioni modello
Strumenti
Opzioni di pacing della simulazione | Slow simulation to a specified ratio of simulation time to wall clock time |
Funzioni
Oggetti
Argomenti
Esecuzione delle simulazioni di base
- Simulation Phases in Dynamic Systems
Discover how the Simulink software simulates a dynamic system. - Choosing a Simulation Mode
Based on your simulation needs, choose to run your simulation in normal, accelerator, or rapid accelerator mode. - Simulate a Model Interactively
Start, suspend, and stop a simulation interactively. - Run Simulations Programmatically
Run simulations programmatically by writing scripts or by issuing commands in the MATLAB Command Window. - Use Model Operating Point for Faster Simulation Workflow
Reduce the time required to run a set of simulations by simulating from an initial operating point.
Analisi delle simulazioni
- How Stepping Through Simulations Works
Learn how the software steps through time steps and how to evaluate trade offs involved in configuring the simulation stepping options. - Debug Simulation Using Signal Breakpoints
Set breakpoints to pause simulation at points of interest for debugging and analysis. - View Signal Values Using Port Value Labels
View signal values in the block diagram during simulation to understand, analyze, and debug your model.
Esecuzione di simulazioni iterative con riavvio rapido
- How Fast Restart Improves Iterative Simulations
Learn when to use fast restart for speeding up simulation. - Get Started with Fast Restart
Configures your model to prepare for fast restart simulation.