How to pass a string dialog (masked) parameter to TLC file for a Level-2 MATLAB S-function?

8 次查看(过去 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?

采纳的回答

Andy Bartlett
Andy Bartlett 2021-12-7
See this doc page.
and in this example
edit('adapt_lms.m');
search for "WriteRTW"

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Target Language Compiler 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by