Simulink keyboard shortcut for "save as"
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
what is the "Save as" keyboard shortcut in Simulink, or how can I assign it as a new shortcut key?
In Matlab's Preferences, you can assign that but can't for Simulink!
Thanks
0 Kommentare
Antworten (1)
Saurabh
am 24 Mai 2024
Hi AI,
As per my knowledge there is no direct method to set up the Custom Shortcut Keys as we have in MATLAB, but I did find a page that talks about defining Custom shortcuts in Simulink.
In this setup, a custom menu entry is added to the Simulink Tools menu, defined by a function that outlines the menu's contents, including potential sub-menus. A specific menu item, "Create Bus Object," is configured with a Ctrl+Shift+B shortcut. Activating this item triggers a callback function that generates a bus object and a MATLAB structure for the currently selected Simulink block.
I hope this was helpful
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!