DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
prashanna kumar
el 7 de Nov. de 2022
Comentada: Afzal
el 1 de Ag. de 2024
DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
0 comentarios
Respuesta aceptada
Más respuestas (1)
Reid Spence
el 22 de En. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!