Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to build a subsystem with the function of replacing the click menu?

1 Ansicht (letzte 30 Tage)
mingqi zhang
mingqi zhang am 9 Mai 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
how to realize the function of double clicking the subsystem instead of clicking menu> analysis> model dependencies> model dependency viewer> model& libraries

Antworten (1)

goerk
goerk am 12 Mai 2020
Bearbeitet: goerk am 12 Mai 2020
Create an empty Subsystem.
Right-Click on the subsystem and select 'Properties...'
Go to Tab 'Callbacks' and chose 'OpenFcn'.
insert
mdlName= get_param(bdroot(gcbh),'name');
view_mdlrefs(mdlName);
to the content of callback function field.
For a detailed description see:
Note: To get the same functionality as in the example, you can simply copy the 'block' to your model.

Diese Frage ist geschlossen.

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by