Simulinkのシ​ミュレーション実行中​に、MATLABから​ブロック出力にアクセ​スする。

2 visualizaciones (últimos 30 días)
Mamoru Mabuchi
Mamoru Mabuchi el 12 de En. de 2021
Simulinkのシミュレーション実行中に、MATLABからブロック出力にアクセスしたいです。
例えば、下記のようなSimulinkモデルにおいて、MATLABのスクリプトを作成したいです。
Sumの出力が ”50” を越えたら、Constantの値を"0"にする(set_param('untitled/Constant','Value',num2str(0)))。
MATLABからブロックの出力の値にアクセスするには、どのよう記述すればよろしいでしょうか。

Respuestas (0)

Categorías

Más información sobre Simulink Function en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!