How to add optional outport to simulink model?

1 回表示 (過去 30 日間)
Daniel Höglinger
Daniel Höglinger 2019 年 12 月 9 日
コメント済み: Daniel Höglinger 2019 年 12 月 11 日
I have a model that outputs a signal via a normal outport. I would like to create an optional second outport for a normalized version of this same signal.
Currently the block has both outputs, but I would like the second outport to be "hidden" unless explicitly enabled.
So is it possible to add an outport that can be enabled and disabled by a checkbox in the properties of the model/block?

採用された回答

Jim Riggs
Jim Riggs 2019 年 12 月 9 日
You can use a switch to select between the two different output options that you want, and there are a number of ways to activate the switch:
1) This is a favorite of mine: Define a logical variable (e.g. "UseOutputOption") in the Matlab workspace.to control the switch.
Matlab Answers 20191209.JPG
2) You can use a manual switch inside the model to activate the option:
Matlab Answers 20191209b.JPG
  2 件のコメント
Jim Riggs
Jim Riggs 2019 年 12 月 9 日
After giving it some more thought, it may be that what you want is a variant subsystem.
Daniel Höglinger
Daniel Höglinger 2019 年 12 月 11 日
Thank you very much for your comprehensive reply, this seems to be the solution for my problem!

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by