How to add a mini-script to the toolbar
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rich006
am 26 Apr. 2024
Beantwortet: Fangjun Jiang
am 26 Apr. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!