Effacer les filtres
Effacer les filtres

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

5 vues (au cours des 30 derniers jours)
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 .

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by