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!