フィルターのクリア

How to get the name of the input signal in a matlab function (simulink block)

5 ビュー (過去 30 日間)
Tom
Tom 2022 年 7 月 22 日
コメント済み: Tom 2022 年 7 月 22 日
Dear community,
i wondering if there is a way to get the name of the input signal of a "matlab function"-block.
That´s what my model looks like:
I already tried the get_param(u,...) to get the signal name but it didn´t work as the following error occurs: "Function 'get_param' not supported for code generation."
Is there any way to solve this?
Thanks for your help!

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 7 月 22 日
編集済み: Walter Roberson 2022 年 7 月 22 日
If you are still trying to do that testing about nan, remember that code cannot do dynamic fieldname access in generated code; https://www.mathworks.com/matlabcentral/answers/506792-is-it-possible-to-access-struct-fields-dynamically-in-generated-code#answer_416689
so even if you can get the signal names in generated code, you cannot loop over the names in generated code to test the bus elements by name.
  4 件のコメント
Walter Roberson
Walter Roberson 2022 年 7 月 22 日
I do not know, sorry. Material I found earlier implied that in compiled code, the signal names are not available.
Tom
Tom 2022 年 7 月 22 日
Thanks for your help. Maybe someone else finds a solution :)
Have a nice day!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSources についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by