Can i check the signals in a Bus ?
5 ビュー (過去 30 日間)
古いコメントを表示
I need to check if a specific signal is in the bus or not ?
0 件のコメント
採用された回答
Mark McBroom
2018 年 11 月 23 日
One approach would be to create a bus object from the bus creator in your model that creates the bus using the function Simulink.Bus.createObject. You could then write a MATLAB function that looks to see if any of the bus elements match your specific signal name/type/size.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!