Vector to bus conversion in Simulink
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Convert a vector of doubles into a (non-virtual) bus object. The input vector size must match the size of all the bus elements.
Unlike the built-in bus to vector block, the data type of the bus elements need not be consistent (input vector is cast to each elements data type). The top level bus may also contain nested nested buses, but arrays of buses are not supported.
As the S-Function contains simStruct macros that are not supported during code generation a TLC file is provided to inlines the S-Function during code generation.
Tested only on Linux (Ubuntu). Probably needs some changes to compile on Windows.
Build with:
>> mex('CFLAGS="$CFLAGS -std=c99 -Wall"','v2b_sf.c');
Cite As
thomas (2026). Vector to Bus (https://github.com/thomas169/v2b), GitHub. Retrieved .
General Information
- Version 1.1.1 (52.1 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
