How to add right click options in Simulink

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 commentaire

Venkat Kankata
Venkat Kankata le 14 Mar 2018
I am also interested in this question...will it possible..if u have more info plZzz share with me !!!

Connectez-vous pour commenter.

 Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 3 Oct 2012
Modifié(e) : Kaustubha Govind le 7 Août 2018

4 votes

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 commentaires

Sunu
Sunu le 5 Oct 2012
I tried to see if the selected block is a subsystem and then enable the right click options..otherwise disable it. Thanks for help Kaustubha
Venkat Kankata
Venkat Kankata le 14 Mar 2018
when i made right click on the simulink blocks,i will get options...i need to add one more option to the right click options...plZZ let me know if u have an idea about it...
RHYTHM GOYAL
RHYTHM GOYAL le 30 Juil 2018
I am also interested in this question. Please let me know if you got some answer to this.
Praveen Kumar
Praveen Kumar le 3 Déc 2019
cm means sl_customization_manager(instead of cm we can give ditrectly give this command)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Environment Customization dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by