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?

1 回表示 (過去 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?

回答 (1 件)

Steve Miller
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

カテゴリ

Help Center および File ExchangeBodies についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by