what is the difference between parameters and variables when custom a block in simscape
이전 댓글 표시
what is the difference between parameters and variables when custom a block in simscape
답변 (1개)
Ayush
2024년 1월 2일
0 개 추천
Hi @CoderMinga
The difference between parameters and variables in simscape is as follows:
- Parameters: Set before simulation and moslty remain constant during simulation. They are used to define the properties and configuration of the model.
- Variables: Change during simulation and represent the system's dynamic response. They are solved by the Simscape solver based on the system's equations and initial conditions.
Thanks,
Ayush
카테고리
도움말 센터 및 File Exchange에서 Simscape에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!