フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do I link a pre defined function to the user defined function block?

1 回表示 (過去 30 日間)
Alok Virkar
Alok Virkar 2018 年 1 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Im using the user defined fucntion on matlab, but when I double click to open, it creates a new function. I dont want to write a new function, just simply link one I have already written.

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 1 月 28 日
This is possible but it is not obvious. You can can set a property of the MATLAB Function Block if you happen to know just the right property name; you would need to set it to a string that contained the entire code of the function.
Alternatively you can unzip the model definition and edit the right XML file to insert the code, save, zip back up.
I do not happen to remember the correct property name at the moment. I have not done this much at all myself. I think I posted the property name about a year and a half ago, perhaps more, in response to a similar question. Unfortunately it is not as simple as just telling Simulink the name of a file to link to: Simulink embeds the code in the model.
... All of which implies that by far the easiest method is just to put in the appropriate function header and initialize the size and types of the return values, and then call out to your function.

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by