Does simulink support calculation in which a declared variable can change its value?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
for example, for any declared variable "U"
U = U+5;
U = U*a;
I found that after a variable is calculated by a block, its output always become another variable. such as
C = U+5;
B = U*a;
Thanks
Tehsin
2 件のコメント
Azzi Abdelmalek
2012 年 10 月 9 日
what do you mean? It's obvious, after U=U+5, U will change
TeHsin
2012 年 10 月 9 日
回答 (1 件)
Sachin Ganjare
2012 年 10 月 9 日
0 投票
If I understand correctly, you want use U as a global variable. Is it correct?
1 件のコメント
TeHsin
2012 年 10 月 9 日
この質問は閉じられています。
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!