DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
15 ビュー (過去 30 日間)
古いコメントを表示
DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
0 件のコメント
採用された回答
その他の回答 (1 件)
Reid Spence
2024 年 1 月 22 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!