How can I delete an empty callback?
조회 수: 29 (최근 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.
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.
추가 답변 (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!