How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)

16 Ansichten (letzte 30 Tage)
How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)

Antworten (1)

Walter Roberson
Walter Roberson am 10 Nov. 2024 um 4:14
You would use
add_block('MdlBuilderLib/CAN Pack',SYSTEM_NAME,'Position',POSITION);
and you would configure it using set_param

Community Treasure Hunt

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

Start Hunting!

Translated by