Difference between a vector and a bus signal

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

질문:

2019년 9월 2일

편집:

2019년 9월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by