String as variable in simulink
1 view (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
Arnaud Miege
on 20 Jun 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
More Answers (0)
See Also
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!