How to Copy a block from libraray into simulink model?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello.. I have defined the mask initialization of subsystem that it copies a block from library (not Simulink standard library) number of times defined in mask parameter. Problem is if library has not been opened it fails. So I need to open the library first before using that subsytem. Is there any way so that I can avoid this and I can use the Subsystem defined above without opening its referenced library.
Thanks.....
0 件のコメント
回答 (1 件)
Albert Yam
2012 年 8 月 8 日
Add open_system at the top, and close_system at the bottom, to your mask.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Subsystems についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!