How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
16 ビュー (過去 30 日間)
古いコメントを表示
How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
0 件のコメント
回答 (1 件)
Walter Roberson
2024 年 11 月 10 日 4:14
You would use
add_block('MdlBuilderLib/CAN Pack',SYSTEM_NAME,'Position',POSITION);
and you would configure it using set_param
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!