How can I delete an empty callback?
26 ビュー (過去 30 日間)
古いコメントを表示
Hello, I created a callback I'm not going to use but I don't know how to delete that blank space generated.
2 件のコメント
採用された回答
Dinesh
2023 年 3 月 6 日
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1315345/image.png)
In this view, you can right click on the callback that you want to delete and then click on "Delete" to remove the callback.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1315350/image.png)
Doing this removes the blank space in the code tab of the app.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!