pass a parameter to a sfunction written in
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I need some help to figure out how to pass a parameter to sfunction written in C. I can't find the way (the instruction) to read the parameters that I pass from the sfunction mask.
thank a lot for read
댓글 수: 0
채택된 답변
TAB
2012년 2월 29일
For C s-function you can use ssGetSFcnParam() function to access the parameter entered in S-functions dialog box.
See
>> doc ssGetSFcnParam
For other functions related to s-function dialog box see
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Block and Blockset Authoring에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!