How can I demux a "From workspace" vector or array into individual constant blocks?

4 次查看(过去 30 天)
If I have a vector on my workspace
a = [1 0 1 1 0 1 1 1 0]
Is it possible to use the "From workspace" block in simulink to "deMux" the vector into multiple constants? So in this example I have 9 "Constant" blocks?

采纳的回答

Fangjun Jiang
Fangjun Jiang 2021-12-9
Don't use the "From Workspace" block. Just use the Constant block, specify the value as "a" and then Demux.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by