
This week, Navid Rahbariasr proposed to publish a blog post about support for arrays of buses being added to the S-Function Builder in MATLAB R2021b.This made me realize that I have never covered the fundamental of array of buses in Simulink. So, this week we will walk you through the basics of creating arrays of buses, and conclude by describing how they can now be used in the S-Function Builder block in MATLAB R2021b.The MATLAB Equivalent: Structure ArraysIn MATLAB, it is possible to create a structure array using code likeAnother equivalent code could be:Let's see how we can do the same in Simulink.Creating an Array of BusesIn Simulink, the equivalent of a MATLAB structure is a bus signal. So, let's try to create two
...read more >>