列ベクトルを時系列データに変換する方法

3 views (last 30 days)
fumito ito
fumito ito on 21 Feb 2017
Commented: fumito ito on 23 Feb 2017
Simulink上のMatlabFunctionで作成した100×1の列ベクトルを時系列データに変換する方法が知りたいです. 変換した時系列データはPD制御の目標波形として使用するつもりです.

Accepted Answer

Tohru Kikawada
Tohru Kikawada on 21 Feb 2017
DSP System Toolboxの Unbuffer ブロックを試してみてください。
下記の回答も参考になるかもしれません。
  3 Comments
Tohru Kikawada
Tohru Kikawada on 21 Feb 2017
サンプル時間が指定されていないのがエラーの原因です。 MATLAB Functionブロックのサンプル時間を下記にしたがって設定してみてください。
fumito ito
fumito ito on 23 Feb 2017
わかりました.ありがとうございます.

Sign in to comment.

More Answers (0)

Categories

Find more on Signal Generation, Manipulation, and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!