How to fix this errot

1 回表示 (過去 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 Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by