Selecting model through command window in Model based Design
조회 수: 4 (최근 30일)
이전 댓글 표시
I am developing script (.m) to automate some modelling process. For that i want the command which makes it possible to select all the models in the .mdl file specified. I mean to know the command similar to (Cntrl+A) command in text.
I want to select all and then copy and paste it in another .mdl file.
댓글 수: 0
답변 (1개)
Kaustubha Govind
2011년 3월 22일
Why not use saveas to create a copy of a system? If you have to do this programmatically, I'm not aware of a straightforward technique, but a combination of find_system and add_block should do the job for you.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!