Simulink keyboard shortcut for "save as"
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Saurabh
el 24 de Mayo de 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
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!