Is there an efficient way to repeat and connect copies of the same imported geometry and tie it to a user input on the number desired?
2 ビュー (過去 30 日間)
表示 古いコメント
Let's say I have a lego piece and i want to stack a number of these based on a user input. Each piece has its solid body geometry block, frames, rigid transforms, and some joints attached to it. So I put it all in a subsystem to keep everything needed to represent one piece together.
What would be the best way to take a user input to repeat this subsystem and a joint between each subsystem a number of times and automatically update the block diagram?
0 件のコメント
回答 (1 件)
Steve Miller
2022 年 2 月 16 日
You can use the MATLAB commands add_block() to add as many copies of the subsystem you want, and add_line() will let you connect them.
--Steve
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!