Filter löschen
Filter löschen

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

5 Ansichten (letzte 30 Tage)
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 .

Akzeptierte Antwort

The Matlab Spot
The Matlab Spot am 13 Nov. 2013
Bearbeitet: The Matlab Spot am 13 Nov. 2013
Try this... e.g. Model is open, block is named as 'Constant'...
replace_block(bdroot,'Name','Constant', 'built-in/FromWorkspace')
  1 Kommentar
Peter Babu
Peter Babu am 13 Nov. 2013
Thank you very much . I was trying with replace_block(bdroot,'Name','Constant', 'built-in/From Workspace');

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by