simulink model property callback

3 ビュー (過去 30 日間)
ashwani gupta
ashwani gupta 2019 年 5 月 9 日
コメント済み: Fangjun Jiang 2019 年 5 月 10 日
Hi, i have a doubt in the intialization of a simulink model. Like can i define more than one function to File - Model properties - Model properties -call back-InitFcn ?
If yes is there any specific way or it is simple as calling one function ?

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2019 年 5 月 9 日
All the texts specified there are treated as code. So you could specify one line of code, or multiple lines with multiple functions.
  2 件のコメント
ashwani gupta
ashwani gupta 2019 年 5 月 10 日
Sir, i am using a pre written function in InitFnc to upload the design parameters. So now the question is "As you said that whatever will be written there used as a code but a\we are able to import a function too''. Now in the same sequence can we import two functions at the same time there ?
Ok i will do an excersice and let you know wheather it will be possible or not ?
Fangjun Jiang
Fangjun Jiang 2019 年 5 月 10 日
What do you mean by "import two functions"? You can certainly run two functions like "fun1;fun2;" in sequence. You can even put an if-else statement in the InitFcn callback section to run functions conditionally.

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

カテゴリ

Help Center および File ExchangeModel, Block, and Port Callbacks についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by