How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
0 commentaires
Réponses (1)
Walter Roberson
le 10 Nov 2024 à 4:14
You would use
add_block('MdlBuilderLib/CAN Pack',SYSTEM_NAME,'Position',POSITION);
and you would configure it using set_param
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!