matrix creation simulink block

조회 수: 1 (최근 30일)
Danilo NASCIMENTO
Danilo NASCIMENTO 2013년 11월 20일
댓글: Azzi Abdelmalek 2013년 11월 21일
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
Azzi Abdelmalek 2013년 11월 20일
편집: Azzi Abdelmalek 2013년 11월 20일
t=0:100 % time vector
y=sin(t) % your signal
ty=[t' y']
Use a from workspace block and set its parameter to ty
  댓글 수: 8
Danilo NASCIMENTO
Danilo NASCIMENTO 2013년 11월 21일
No. I already have these vectors generated by an other application. And I want to use them to generate this signal in simulink. But these signal vectors are not from simulink.
Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 21일
Then explain clearly what those application are, or how your vectors are stored.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Scopes and Data Logging에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by