How can i add simscape block programmatically
13 ビュー (過去 30 日間)
古いコメントを表示
I konw how to add the basic simulink block programmatically. But when i use the same method, there is always something went wrong with the path name of the block source. How should i specifiy the name of the block source path properly?
add_block('simscape/Electrical/Specialized Power Systems/Fundamental Blocks/Mutual Inductance','Model_auto_generation_Mutual_inductance_considered')
![Unbenannt.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/236041/Unbenannt.png)
2 件のコメント
Yifeng Tang
2019 年 11 月 26 日
If you open Simulink Library and hover the mouse over the block you want, the proper block path will show up.
回答 (1 件)
Steve Miller
2020 年 8 月 17 日
Looks like Yifeng's comment answered your question:
If you open Simulink Library and hover the mouse over the block you want, the proper block path will show up.
If you have a follow-up question, let us know.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Composite Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!