Do Level-1 MATLAB S-Functions support bus inputs?

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 14 Jun 2019
Neither Level-1 nor Level-2 MATLAB S-Functions support bus inputs. The workarounds are
(a) Concatenate the multiple inputs into an array if they are of the same data type
(b) Use multiple input arguments (in the case of a Level-2 S-Function)
If using a Level-1 S-Function, it is highly recommended that it be upgraded to a Level-2 S-Function.

More Answers (0)

Categories

Find more on Block and Blockset Authoring in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!