Effacer les filtres
Effacer les filtres

setting simulink block values from command line

1 vue (au cours des 30 derniers jours)
Thijs
Thijs le 23 Fév 2011
Commenté : Anmol Kodgire le 20 Sep 2018
Hi,
Does anyone know whether it is possible to pass a variable name to a simulink block when defining it from the command line? So in the following code:
src='built-in/Constant'; dest=strcat(systemname,'/','example'); add_block(src, dest, 'Value', '5', 'position',position)
instead of '5', i would like to pass a variable name e.g. 'a' which can later be defined in an m-script.
regards, Thijs

Réponse acceptée

Paulo Silva
Paulo Silva le 23 Fév 2011
set_param('systemname/blockname','Value','a')
  1 commentaire
Anmol Kodgire
Anmol Kodgire le 20 Sep 2018
i have value stored in a variable.(e,g a=5) how can i get the value stored in variable (i.e 5). if i use your logic, the block will have value 'a'

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by