DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
0 commentaires
Réponse acceptée
Plus de réponses (1)
Reid Spence
le 22 Jan 2024
In Simulink there are two types of data:
- Signals: Represented by signal lines in the Simulink canvas, this type of data is expected to potentially change at every time step
- Parameters: Passed to Simulink blocks as MATLAB variables, this type of data is intended to remain constant or changes infrequently.
0 commentaires
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!