Error using struct2handle Cannot find an exact (case-sensitive) match
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am runing a gui program developed in an older version of Matlab which was case-insensitive. To run the program, I have changed the upper-case m functions and corresponding fig files into lower cases.
However, there are still such errors as
"Error using struct2handle Cannot find an exact (case-sensitive) match for 'UPPERCASE_GUI'. "
Error using waitfor Cannot find an exact (case-sensitive) match for ...
"The closest match is: lowercase_gui in ..."
It seems the program is still trying to locate the upper case figi file.
How does that happen? Do I need to rebuid the fig files?
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!