How can I delete an empty callback?
30 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Giulia Di Giorgio
am 6 Mär. 2023
Kommentiert: Dinesh
am 7 Mär. 2023
Hello, I created a callback I'm not going to use but I don't know how to delete that blank space generated.
2 Kommentare
Akzeptierte Antwort
Dinesh
am 6 Mär. 2023
Hi Giulia.
If your question is related to App Designer in MATLAB, then you have to first find the "Code Browser" tab on the left side of the interface and then open the "Callbacks" tab in it.
In this view, you can right click on the callback that you want to delete and then click on "Delete" to remove the callback.
Doing this removes the blank space in the code tab of the app.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps 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!