String as variable in simulink

2 vues (au cours des 30 derniers jours)
Tomas Iesmantas
Tomas Iesmantas le 20 Juin 2011
Hi, I created my own library of simulink and simscape components. One component is pressure sensor and have scope inside it. I need to save information from that scope in workspace or in file. But every time I have to go inside this component and change file or variable name, because even though names of components do change, but names under which data have to be saved doesn't. So I need way to provide filme or variable name through parameters in component mask. I know how to do that when variable is not a string, but in this case i'm stuck. I tried also "To File" and "To Workspace" components, not just "Scope". Any help and suggestions will be very appreciated.
Tomas

Réponse acceptée

Arnaud Miege
Arnaud Miege le 20 Juin 2011
In the Initialization pane, use set_param to set the parameter of the scope, To File or To Workspace block with the mask parameter. If the block is part of a library, you'll need to tick the check-box that says Allow library block to modify its contents.
HTH,
Arnaud
  1 commentaire
Tomas Iesmantas
Tomas Iesmantas le 20 Juin 2011
Thanks Arnaud, It works just fine.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Environment Customization 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