matrix creation simulink block
Ältere Kommentare anzeigen
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.
Antworten (1)
Azzi Abdelmalek
am 20 Nov. 2013
Bearbeitet: Azzi Abdelmalek
am 20 Nov. 2013
t=0:100 % time vector
y=sin(t) % your signal
ty=[t' y']
8 Kommentare
Danilo NASCIMENTO
am 20 Nov. 2013
Azzi Abdelmalek
am 20 Nov. 2013
Can you give more details?
Danilo NASCIMENTO
am 20 Nov. 2013
Azzi Abdelmalek
am 20 Nov. 2013
This is not clear
Danilo NASCIMENTO
am 20 Nov. 2013
Azzi Abdelmalek
am 21 Nov. 2013
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
am 21 Nov. 2013
Azzi Abdelmalek
am 21 Nov. 2013
Then explain clearly what those application are, or how your vectors are stored.
Kategorien
Mehr zu Signal Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!