How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
天腾 关
el 10 de Nov. de 2024 a las 3:56
Respondida: Walter Roberson
el 10 de Nov. de 2024 a las 4:14
How to use the .m file or MABLAB command to create a "CAN Pack" Block in a new simulink model(.slx)
0 comentarios
Respuestas (1)
Walter Roberson
el 10 de Nov. de 2024 a las 4:14
You would use
add_block('MdlBuilderLib/CAN Pack',SYSTEM_NAME,'Position',POSITION);
and you would configure it using set_param
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!