How to fix this errot

조회 수: 2 (최근 30일)
Mohamed Mahir
Mohamed Mahir 2021년 3월 28일
답변: Image Analyst 2021년 3월 28일
Cannot find an exact (case-sensitive) match for 'GUI'
The closest match is: gui in C:\Users\mmahi\Desktop\Spring 2021\Signal 2\project\DTMF Decoder\New folder\gui.m
Error while evaluating UIControl Callback.

채택된 답변

Image Analyst
Image Analyst 2021년 3월 28일
Check all the callbacks in GUIDE. Make sure all of them say gui, not GUI. Or vice versa. The main thing is they all have to be consistent capitalization. Everywhere you see gui in GUIDE or MATLAB's m-file, all the gui's must be the same capitalization.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by