DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Reid Spence
2024년 1월 22일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!