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!