How to replace a Constant block with a From Workspace block programatically?

2 ビュー (過去 30 日間)
Peter Babu
Peter Babu 2013 年 11 月 13 日
コメント済み: Peter Babu 2013 年 11 月 13 日
How to replace a Constant block with a From Workspace block programatically? I have tried with replace_block but shows an error InvalidBlockHandle . If to replace the same constant block with inport its working fine .

採用された回答

The Matlab Spot
The Matlab Spot 2013 年 11 月 13 日
編集済み: The Matlab Spot 2013 年 11 月 13 日
Try this... e.g. Model is open, block is named as 'Constant'...
replace_block(bdroot,'Name','Constant', 'built-in/FromWorkspace')
  1 件のコメント
Peter Babu
Peter Babu 2013 年 11 月 13 日
Thank you very much . I was trying with replace_block(bdroot,'Name','Constant', 'built-in/From Workspace');

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSchedule Model Components についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by