フィルターのクリア

Comment out Simulink block using a command line function?

3 ビュー (過去 30 日間)
Ryan
Ryan 2013 年 7 月 9 日
I would like to use the awesome feature in Simulink of commenting out blocks in my design that I don't need for particular tests. The problem is, I'd want to do this using an initialization script, so that when I initialize the model, it has a number of different configurations depending on which blocks I decided to comment out. This would greatly improve my simulation speed. If anyone knows the function to do this, please let me know; I'm aware of some of the functions to manipulate Simulink via command line, but not this one.

採用された回答

John Barber
John Barber 2013 年 7 月 9 日
Try the following:
set_param(path_to_your_block,'Commented','on')
  1 件のコメント
Ryan
Ryan 2013 年 7 月 10 日
Wonderful. Thanks very much.

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

その他の回答 (0 件)

カテゴリ

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