MATLAB: How to convert a Simulink.Signal object to a Simulink.BusElement object in Simulink 6.6 (R2007a)

simulink

I use command line functions to create Bus objects and specify their elements. I need to specify the bus elements as simulink signal objects. Is there a way to accomplish this?

Best Answer

This feature is not available in Simulink 6.6 (R2007a). Both objects have to specified separately in the workspace using their own constructors.