How to get all the parameters of Mask ?
조회 수: 3 (최근 30일)
이전 댓글 표시
I'm trying to make a Superclass that first calls all the values of the Parameters of the Blocks in the .mdl SIMULINK file. Is there any command that I can get all such values ? I know how to use find_system command and get_param but they only get a particular parameter.
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2016년 7월 22일
편집: Azzi Abdelmalek
2016년 7월 22일
For the Constant block for example:
get_param('untitled/Constant','DialogParameters')
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!