How to add right click options in Simulink
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sunu
el 3 de Oct. de 2012
Comentada: Praveen Kumar
el 3 de Dic. de 2019
I have a subsystem and I want to add specific function( like copy the subsystem to a new model) at the right click. Is there way to do this.
1 comentario
Venkat Kankata
el 14 de Mzo. de 2018
I am also interested in this question...will it possible..if u have more info plZzz share with me !!!
Respuesta aceptada
Kaustubha Govind
el 3 de Oct. de 2012
Editada: Kaustubha Govind
el 7 de Ag. de 2018
Please see Add Items to Model Editor Menus about adding items to the Simulink menu. I think you need the Simulink:PostContextMenu tag so you can add to the end of the context menu. You might need to examine the "callbackInfo" object to see if you can enable the menu callback only for subsystem blocks, because I don't think the Simulink:PostContextMenu tag is context-specific.
4 comentarios
RHYTHM GOYAL
el 30 de Jul. de 2018
I am also interested in this question. Please let me know if you got some answer to this.
Praveen Kumar
el 3 de Dic. de 2019
cm means sl_customization_manager(instead of cm we can give ditrectly give this command)
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Environment Customization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!