Simscape model, black box or white box?
조회 수: 11 (최근 30일)
이전 댓글 표시
The Simscape is a library with physical components to create a physical model. A model built with Simscape would be a white box (a model that we know exactly how it works) or a black box (a model that was created and we don't have acess to its functioning completely)? Or somehow a grey box?
댓글 수: 0
채택된 답변
Vasco Lenzi
2020년 8월 3일
Hi Matheus
The components in the Simscape Foundation Library come with the source code behind it. In it you can exactly see how the block has been built using Simscape Language, and which physical equations are implemented in the component:
For the add-ons to Simscape such as Simscape Driveline, Simscape Electrical, Simscape Multibody or Simscape Fluids, the source code is not usually open for various reasons. In the case that the Simscape Language implementation is not visible, we publish the underlying physical equations in the documentation page of the block, for example for the Leadscrew in Driveline
In my opinion this makes Simscape very much a white box modeling approach: you know exactly which equations are acting under the hood, and how, either by looking at the source code (when available) or the documentation. If you don't like how we implemented a block, you can even write your own using Simscape Language and have full control on the implementaiton. This requires the Simscape license only:
MathWorks offers as well consulting services to help out creating new models, customizing them, and get a team up and running quickly with special request.
Hope this helps
Vasco
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simscape Driveline에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!