matrix creation simulink block
1 回表示 (過去 30 日間)
古いコメントを表示
I have a signal and its time correspondent. Is there a way of putting this signal inside a matrix in simulink so I can use it for an other application? I was trying to use a lookup table, but I don't know whether this is the way.
0 件のコメント
回答 (1 件)
Azzi Abdelmalek
2013 年 11 月 20 日
編集済み: Azzi Abdelmalek
2013 年 11 月 20 日
t=0:100 % time vector
y=sin(t) % your signal
ty=[t' y']
8 件のコメント
Azzi Abdelmalek
2013 年 11 月 21 日
Then explain clearly what those application are, or how your vectors are stored.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!