String as variable in simulink
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Arnaud Miege
2011 年 6 月 20 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!