MATLAB: Simulink: Bus to Vector

simulink

I need to convert a vector to a bus signal using an already specified bus object.
Simulink has a bus to vector block but there seems to be no way of doing the opposite.
I'd appreciate any ideas.

Best Answer

Separate the vector elements using Demux block and combine them again to bus using Bus Creator.