matrix creation simulink block
显示 更早的评论
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.
回答(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 个评论
Danilo NASCIMENTO
2013-11-20
Azzi Abdelmalek
2013-11-20
Can you give more details?
Danilo NASCIMENTO
2013-11-20
Azzi Abdelmalek
2013-11-20
This is not clear
Danilo NASCIMENTO
2013-11-20
Azzi Abdelmalek
2013-11-21
This is confusing, if you say that you have a 10001x1 vector, means that your vector already exist, then can't be generated by simulink
Danilo NASCIMENTO
2013-11-21
Azzi Abdelmalek
2013-11-21
Then explain clearly what those application are, or how your vectors are stored.
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!