Converting a Nonvirtual Bus to Another Bus Type
1 view (last 30 days)
Show older comments
In a model, I have a very large data bus (~600 signals) and I want to take a selection of the signals on that bus (~200 signals) to pass into a reference model. I have both buses defined as nonvirtual buses with Bus Objects in the base workspace. Is there any way to accomplish this coversion without a 200-output Bus Selector block and a 200-input Bus Creator block? That's not really a very practical solution for very large models.
I know I could do this with a Matlab Function block, but I'd really rather avoid the overhead of compiling that block, if possible.
1 Comment
Ryan G
on 30 Apr 2013
Could you do this manually with busses in Simulink? It would definately be painful, but you should only have to do it once.
Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!