Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Save an updating output

1 回表示 (過去 30 日間)
Mohammad Hedar
Mohammad Hedar 2020 年 3 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello guys, I have an updating output or signal, and I want to save this signal in some block or constant so I can use it somewhere else in the simulink, for example, the signal value now is 100, I want to put this value in B, and then use B other where in my simulink, and when the signal value changes from 100 to 200 for example, B also will change. Is this possible?

回答 (1 件)

Divya Yerraguntla
Divya Yerraguntla 2020 年 4 月 3 日
Hi Mohammad,
You could achieve this functionality by using GoTo Block and From Block in Simulink. Have a look at the example : https://in.mathworks.com/help/simulink/slref/signal-routing-with-from-goto-and-gototag-visibility-blocks.html
The Goto block passes the input signal connected to it to the corresponding From blocks without actually connecting them.
Note: Make sure to set the right Tag Visibility parameter in GoTo block which determines signal accessibility to the From block.
Hope it helps!

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by