フィルターのクリア

Is it possible to use structure variable as an input parameter for Matlab function block in simulink?

12 ビュー (過去 30 日間)
I need to use a structure variable as an input in my matlab function block! I've done the instructions as said in documentation but my model doesn't run. I think structure arrays aren't supported in matlab function block, are they?

採用された回答

TAB
TAB 2012 年 12 月 18 日
編集済み: TAB 2012 年 12 月 18 日
You can create a non-virtual bus signal in simulink and pass this to Matlab function block. Inside matlab function block, bus and its elements can be used in the form of structure.
Similarly you can create a structure in Matlab function block and output it as bus signal from the block.
See
Can you describe your implementation (post code & attach image). It is hard to say why it is not working without seeing the implementation.
[Edited 1] Type
>> emldemo_bus_struct
in your command window. This will open an example model of bus. You can proceed with this example.
Anyway, which matlab/simulink version are you using ?
  6 件のコメント
TAB
TAB 2012 年 12 月 18 日
I will, whether structure parameters are directly supported in Matlab function block or not.
You can not change the parameter value (from any workspace) in the model. They are constant for the model.
Pouya Jamali
Pouya Jamali 2012 年 12 月 22 日
You're right. Thanks for your support

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

その他の回答 (1 件)

Pouya Jamali
Pouya Jamali 2012 年 12 月 22 日
Yes, structure variables are supported in Matlab function block as input parameters. But You should consider that they can't be changed during the function. they're constants. For doing this first you must define the variable as an input parameter in Ports and Data Manager. In terms of str2func command I don't know whether it's supported or not but the feval command works properly.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by