simulinkの入力データのデータ型について
2 views (last 30 days)
Show older comments
simulinkモデルへの入力データをtimeseriesを使って作成するとdouble型になりますが、
これをsingle等、他の型に変更することは可能でしょうか?
0 Comments
Answers (1)
Toshinobu Shintai
on 8 Jan 2021
timeseriesデータの値をsingleなどのデータ型で作ると、そのままそのデータ型でSimulinkで扱うことができます。添付のモデルをご確認ください。
MATLABのコマンドで数値を特定のデータ型にするには、「single()」や「int32()」という関数を使うと変換することができます。
0 Comments
See Also
Categories
Find more on モデルの入力と出力の準備 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!