matrix creation simulink block
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Azzi Abdelmalek
el 20 de Nov. de 2013
Editada: Azzi Abdelmalek
el 20 de Nov. de 2013
t=0:100 % time vector
y=sin(t) % your signal
ty=[t' y']
8 comentarios
Azzi Abdelmalek
el 21 de Nov. de 2013
Then explain clearly what those application are, or how your vectors are stored.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!