フィルターのクリア

How can I comment out an outport in Simulink model?

13 ビュー (過去 30 日間)
Sebastian Inderst
Sebastian Inderst 2019 年 7 月 30 日
回答済み: Marcelo Moraes 2022 年 1 月 11 日
I have the case where a subsystem of my model can be commented out. In that case, the outports connected to the outputs of that subsystems will give a zero when the simulation is run. In my case, I don't want anything at all, since afterwards I'm checking if a given signal exists or not, and since a 0 was given, the signal seems to exist, but it should not.
If I simply use Ctrl+Shift+X (Comment Out) on the outport, I get the warning dialog "Commenting out of the following block(s) is not supported: my_model/my_outport".
Running on Matlab 2017b.

採用された回答

Alex Burbee
Alex Burbee 2019 年 7 月 30 日
In my exerience, you can deleate the out port or simply use a termination block where it comes out.
Hope it helps

その他の回答 (1 件)

Marcelo Moraes
Marcelo Moraes 2022 年 1 月 11 日
Indeed it is not supported, but it's very frustrating.
It's like trying to add a // in the begining of a C code line and being forced to delete it before compilation.

カテゴリ

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

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by