How to pass a string dialog (masked) parameter to TLC file for a Level-2 MATLAB S-function?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a Level-2 MATLAB S-function block. I have created masked dialog parameters named param1. I want to pass it to the corresponding TLC file. However, I get the following error:
Unable to map dialog parameter 1 of S-function 'my_sfunction' in 'MyOwnModel' to a run-time parameter. This parameter is an unsupported variable class such as a character vector, string, structure, cell, or an unsupported data type
param is a string parameter. I want to pass it to a TLC file. How to do that?
댓글 수: 0
채택된 답변
Andy Bartlett
2021년 12월 7일
See this doc page.
and in this example
edit('adapt_lms.m');
search for "WriteRTW"
댓글 수: 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!