Difference between a vector and a bus signal

11 次查看(过去 30 天)
what does a bus to vector convertor block in simulink actually does, what is the differenc between the bus and vector signal

回答(1 个)

Jim Riggs
Jim Riggs 2019-9-3
编辑:Jim Riggs 2019-9-3
A bus signal is like a C++ structure. It can contain a variety of different signal types.
A vector is an array, all elements are of the same type.
In order to convert a Bus signal to a vector, all of the signals in the Bus must be of the same type.

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by