How to add a mini-script to the toolbar
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rich006
le 26 Avr 2024
Réponse apportée : Fangjun Jiang
le 26 Avr 2024
How do I add a custom tool to the Matlab toolbar? I was in a Matlab course and the instructor had us add a tool to the toolbar (just to the left of the search bar). I'd like to use this feature again, but I don't remember how he did it.
The tool was a simple script that closes all figures, and clears variables and the command window:
clc
clear
close all
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Software Development Tools dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!