Dynamic / animated xy graph in simulink possible?

2 ビュー (過去 30 日間)
Andreas
Andreas 2013 年 7 月 22 日
コメント済み: Andreas 2017 年 4 月 3 日
Hello everybody,
I have a wall model, where I try to visualize the temperature between the layers. Therefore I intend some kind of dynamic / animated Glaser-graph (like here:
)
For my wall temperatures (6 nodes), I use ToWorkspace to create a 6,n vector, but have problems to get it connected.
First I tried static variables:
x=[1 1; 2 2; 3 3; 4 4; 5 5; 6 6]
y=[10 1; 11 2; 11 3; 12 4; 14 5; 15 6]
and then connected it with FromWorkspace. The XY-graph opens up on Simulation start and everything is fine but static.
Then I tried my workspace variable (array 6,n) on y:
[y(:,1) z(:,end)]
The graph stays empty and doesn't even show the last value of my array. Any solutions?
How to go on, to get it even dynamic?
  2 件のコメント
Andreas
Andreas 2014 年 12 月 15 日
Bump! Anyone with a decent idea here?
Andreas
Andreas 2017 年 4 月 3 日
Still up to date and simply no idea. Anyone who could help?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAnimation についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by