Simscape: setting common simulation parameter?
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to modify all the parameters shown in the picture with set_param.
I couldn't find them here!?
Is there an other list?
Thanks in advanced!
댓글 수: 0
채택된 답변
Sebastian Castro
2015년 7월 20일
If you right-click any of those parameters, there's a What's This? context menu you can click. Among that documentation, you should see a table with the programmatic parameter name and its options.
For example, the "Log simulation data" option says the following:
Parameter: SimscapeLogType
Type: string
Value: 'none' | 'all' | 'local'
Default: 'none'
- Sebastian
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!